Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Aug 18, 2016
1 parent 74d5c59 commit 4db9d01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/windows/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MainWindow {
});
this.window.loadURL('file://' + path.join(__dirname, config.path));
this.isShown = false;
this.window.webContents.openDevTools();
// this.window.webContents.openDevTools();
}

show() {
Expand Down
11 changes: 11 additions & 0 deletions sh/all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

ignores="release"
VERSION=0.0.1
APPVERSION=0.0.1
APPNAME=WeTop
ICON=./lib/frontend/images/app.icns
RELEASE=./release
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/
electron-packager . $APPNAME --all --app-version=$APPVERSION \
--asar=true --icon=$ICON --prune --overwrite --out=$RELEASE

0 comments on commit 4db9d01

Please sign in to comment.