From 7c037821e20a2a8df48ffd27c8fbe2263bfe1d72 Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Sun, 30 Apr 2023 19:10:35 +0200 Subject: [PATCH 1/4] Delete FUNDING.yml --- .github/FUNDING.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e338313d..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -github: dscalzi -patreon: dscalzi -custom: ['https://www.paypal.me/dscalzi'] From 12c79e566f1df649b15841e0068a2dbf069c73b7 Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Sun, 30 Apr 2023 19:12:09 +0200 Subject: [PATCH 2/4] Delete .idea directory --- .idea/.gitignore | 5 - .idea/HeliosLauncher.iml | 12 -- .idea/codeStyles/Project.xml | 14 --- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/modules.xml | 8 -- .idea/vcs.xml | 6 - .idea/workspace.xml | 112 ------------------- 8 files changed, 168 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/HeliosLauncher.iml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603f..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/HeliosLauncher.iml b/.idea/HeliosLauncher.iml deleted file mode 100644 index 24643cc3..00000000 --- a/.idea/HeliosLauncher.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 089b600c..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549e..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index c65f1d19..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 908b83c7..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - { - "keyToString": { - "ASKED_ADD_EXTERNAL_FILES": "true", - "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "WebServerToolWindowFactoryState": "false", - "git-widget-placeholder": "master", - "last_opened_file_path": "/Users/tomarok/Github/Perso/BTCV-Launcher", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.standard": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.standard": "", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "npm", - "settings.editor.selected.configurable": "settings.javascript.linters.eslint", - "ts.external.directory.path": "/Users/tomarok/Library/Application Support/JetBrains/Toolbox/apps/WebStorm/ch-0/231.8109.174/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/external", - "vue.rearranger.settings.migration": "true" - } -} - - - - - - - - - - - - - - - - - - - - 1680178690982 - - - 1682604080148 - - - 1682606030929 - - - - - - - \ No newline at end of file From ae75bdbc853afaca43afc765479e87dfb693ab27 Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Mon, 1 May 2023 13:47:27 +0200 Subject: [PATCH 3/4] Update build.yml --- .github/workflows/build.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f30807f4..d83010a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,13 @@ jobs: run: npm ci shell: bash - - name: Build - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npm run dist - shell: bash \ No newline at end of file + - name: Build/release Electron app + uses: samuelmeuli/action-electron-builder@v1 + with: + # GitHub token, automatically provided to the action + # (No need to define this secret in the repo settings) + github_token: ${{ secrets.github_token }} + + # If the commit is tagged with a version (e.g. "v1.0.0"), + # release the app after building + release: ${{ startsWith(github.ref, 'refs/tags/v') }} From 32da659f5869ed329d94beed7e3f9c5fb88117dc Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Mon, 1 May 2023 13:51:11 +0200 Subject: [PATCH 4/4] Update build.yml --- .github/workflows/build.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d83010a9..0cd0f9ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,13 +31,8 @@ jobs: run: npm ci shell: bash - - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1 - with: - # GitHub token, automatically provided to the action - # (No need to define this secret in the repo settings) - github_token: ${{ secrets.github_token }} - - # If the commit is tagged with a version (e.g. "v1.0.0"), - # release the app after building - release: ${{ startsWith(github.ref, 'refs/tags/v') }} + - name: Build + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: npm run dist + shell: bash