Skip to content

Commit

Permalink
Revert electron version, remove unneeded task
Browse files Browse the repository at this point in the history
electron v32 breaks linux building
  • Loading branch information
JovannMC committed Oct 6, 2024
1 parent 2e366ac commit c366da8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Build the application
run: npm run build

- name: Make app executable on Ubuntu
run: chmod +x ./build/SlimeTora-linux-x64/SlimeTora

- name: Archive build artifacts for Ubuntu
uses: actions/upload-artifact@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"electron": "^32.1.2",
"electron": "^31.6.0",
"eslint": "^9.12.0",
"node-gyp-build": "^4.8.2",
"sass": "^1.79.4",
Expand Down

0 comments on commit c366da8

Please sign in to comment.