Skip to content

Commit

Permalink
[MOD] Rebuild for Android API version 33
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Aug 21, 2023
1 parent 126e364 commit e174159
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
38 changes: 22 additions & 16 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 @@ -24,7 +24,7 @@
"eject": "react-scripts eject",
"bubblewrap:init": "bubblewrap init --manifest https://nts-web.oscarrc.me/manifest.webmanifest --directory dist/android/",
"bubblewrap:build": "cd dist/android && bubblewrap build",
"bubblewrap:update": "bubblewrap update --appVersionName 3 --manifest https://nts-web.oscarrc.me/manifest.webmanifest",
"bubblewrap:update": "bubblewrap update --manifest https://nts-web.oscarrc.me/manifest.webmanifest",
"electron:start": "concurrently -k \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000 && electronmon .\"",
"electron:build:win": "npm run build && electron-builder build -w --x64 --ia32",
"electron:build:linux": "npm run build && electron-builder build -l --x64"
Expand Down

0 comments on commit e174159

Please sign in to comment.