Skip to content

Commit

Permalink
release next
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaibu committed Apr 11, 2024
1 parent 610a304 commit a84c539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ release
package-lock.json
pnpm-lock.yaml
build-dist
.env
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"envFile": "${workspaceFolder}/.env",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script", "publish"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panthor",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist-electron/main/index.js",
"description": "Panthor Launcher",
"author": "Kaibu",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder build -p never",
"build_portable": "vue-tsc --noEmit && vite build && electron-builder build -p never --win portable",
"publish": "vue-tsc --noEmit && vite build && electron-builder build -p publish",
"publish": "vue-tsc --noEmit && vite build && electron-builder build -p always",
"preview": "vite preview",
"format": "prettier --write src/ electron/"
},
Expand Down

0 comments on commit a84c539

Please sign in to comment.