-
Notifications
You must be signed in to change notification settings - Fork 3
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
14b5197
commit 6ea527c
Showing
2 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "fomobot", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"author": "highlander <[email protected]>", | ||
"description": "Your Fomo Bro!", | ||
"license": null, | ||
|
@@ -10,6 +10,8 @@ | |
"npm": "npm i", | ||
"yarn": "yarn", | ||
"build": "node .electron-vue/build.js && electron-builder --win", | ||
"build-win": "node .electron-vue/build.js && electron-builder --win", | ||
"build-linux": "node .electron-vue/build.js && electron-builder --linux", | ||
"build:dir": "node apps/fomo-native/.electron-vue/build.js && electron-builder --dir", | ||
"build:clean": "cross-env BUILD_TARGET=clean node apps/fomo-native/.electron-vue/build.js", | ||
"build:web": "cross-env BUILD_TARGET=web node apps/fomo-native/.electron-vue/build.js", | ||
|