-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9b59d4
commit 85a21cb
Showing
2 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
"version": "0.1.10", | ||
"author": "OrangeM21 <[email protected]>", | ||
"description": "An electron-vue project", | ||
"license": "GPLv3", | ||
"license": "GPL-3.0", | ||
"main": "./dist/electron/main.js", | ||
"scripts": { | ||
"build": "node .electron-vue/build.js && electron-builder", | ||
"build:dir": "node .electron-vue/build.js && electron-builder --dir", | ||
"build:win": "node .electron-vue/build.js && electron-builder --win --x64", | ||
"build:win32": "node .electron-vue/build.js && electron-builder --win --ia32", | ||
"build:mac": "node .electron-vue/build.js && electron-builder --mac", | ||
"build:win": "node .electron-vue/build.js && electron-builder --win --x64 --publish never", | ||
"build:win32": "node .electron-vue/build.js && electron-builder --win --ia32 --publish never", | ||
"build:mac": "node .electron-vue/build.js && electron-builder --mac --publish never", | ||
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js", | ||
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js", | ||
"dev": "node .electron-vue/dev-runner.js", | ||
|
@@ -60,13 +60,7 @@ | |
"mac": { | ||
"icon": "build/icons/player.icns", | ||
"artifactName": "JumpServer-VideoPlayer-v${version}.${ext}", | ||
"target": { | ||
"target": [ | ||
{ | ||
"target": "dmg" | ||
} | ||
] | ||
}, | ||
"target": ["dmg"], | ||
"category": "public.app-category.utilities" | ||
}, | ||
"win": { | ||
|