1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Remove electron rebuild

This commit is contained in:
Nayam Amarshe 2023-09-21 14:37:15 +05:30
parent 8df5551508
commit 6567d61c72
3 changed files with 4 additions and 1968 deletions

View File

@ -25,7 +25,6 @@ jobs:
npm install
rm -rf node_modules/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
macos:
@ -64,5 +63,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
./node_modules/.bin/electron-rebuild
npm run publish-win-app

1969
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -170,7 +170,6 @@
},
"devDependencies": {
"@electron/notarize": "^2.1.0",
"@electron/rebuild": "^3.3.0",
"@types/node": "^18.15.12",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",