Skip to content

Commit

Permalink
build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
OCSYT committed Jan 22, 2024
1 parent 99892e7 commit d2c182b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx electron-packager . SlimeTora --platform=linux,win32 --arch=all --overwrite --out="dist/"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SlimeTora",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"main": "index.js",
"scripts": {
"start": "electron .",
"build-prod": "npx electron-packager . BracketBrowser --asar=true --app-id=com.bracketproto.bracketbrowser --protocol=http --protocol-name='http' --protocol=https --protocol-name='https' --protocol=file --protocol-name='file' --platform=linux,win32 --arch=all --icon='src/renderer/img/BracketBrowser.ico' --overwrite --out='dist/'",
Expand Down

0 comments on commit d2c182b

Please sign in to comment.