forked from khanhas/ueli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move: bundle files to ./bundle folder
- Loading branch information
Showing
5 changed files
with
13 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,4 +70,5 @@ bin/ | |
auto-top.gypi | ||
auto.gypi | ||
|
||
*/api-key.js | ||
*/api-key.js | ||
bundle/ |
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
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,14 +1,14 @@ | ||
{ | ||
"name": "ueli", | ||
"productName": "ueli", | ||
"version": "4.4.0", | ||
"version": "4.6.0", | ||
"author": { | ||
"name": "Oliver Schwendener", | ||
"email": "[email protected]", | ||
"url": "https://github.com/oliverschwendener" | ||
}, | ||
"description": "A cross-platform alt+space launcher", | ||
"main": "./build/main.js", | ||
"main": "./bundle/main.js", | ||
"scripts": { | ||
"build": "webpack --progress", | ||
"build:watch": "webpack -w --progress", | ||
|
@@ -22,8 +22,8 @@ | |
"package:publish": "yarn clean & yarn build:publish && electron-builder --config electron-builder-config.yml --publish onTag", | ||
"package": "yarn build && electron-builder --dir --config electron-builder-config.yml --publish never", | ||
"link:taskbar": "mklink /J \"D:/ueli/node_modules/taskbar-node\" \"D:/taskbar-node/\"", | ||
"clean": "rmdir \"./build\" \"./dist\" /S /Q", | ||
"build:util": "node-gyp configure build && ndts . > \"./native-util/lib-types.d.ts\"", | ||
"clean": "rmdir bundle dist /S /Q", | ||
"build:util": "node-gyp configure build && ndts . > \"./src/ts/native-lib.d.ts\" && electron-rebuild --only nbind -f", | ||
"el": "electron-rebuild", | ||
"elf": "rmdir \"./build\" /S /Q & yarn el && yarn build && yarn start", | ||
"noti": "C:/SnoreToast.exe -t \"Build Done\" -m \"VSCode\"", | ||
|
@@ -55,7 +55,7 @@ | |
"autogypi": "^0.2.2", | ||
"coveralls": "^3.0.1", | ||
"css-loader": "^0.28.11", | ||
"electron": "^3.0.7", | ||
"electron": "^3.0.8", | ||
"electron-builder": "^20.18.0", | ||
"electron-rebuild": "^1.7.3", | ||
"extract-loader": "^2.0.1", | ||
|
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