mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
Remove electron rebuild
This commit is contained in:
parent
8df5551508
commit
6567d61c72
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
rm -rf node_modules/sharp
|
rm -rf node_modules/sharp
|
||||||
SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm install --arch=x64 --platform=linux --libc=glibc --build-from-source sharp
|
SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm install --arch=x64 --platform=linux --libc=glibc --build-from-source sharp
|
||||||
./node_modules/.bin/electron-rebuild
|
|
||||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run publish-linux-app
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
@ -64,5 +63,4 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
./node_modules/.bin/electron-rebuild
|
|
||||||
npm run publish-win-app
|
npm run publish-win-app
|
||||||
|
1969
package-lock.json
generated
1969
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -170,7 +170,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/notarize": "^2.1.0",
|
"@electron/notarize": "^2.1.0",
|
||||||
"@electron/rebuild": "^3.3.0",
|
|
||||||
"@types/node": "^18.15.12",
|
"@types/node": "^18.15.12",
|
||||||
"@types/react": "^18.0.37",
|
"@types/react": "^18.0.37",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.0.11",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user