Skip to content

Commit

Permalink
update builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Jul 23, 2018
1 parent c14c50b commit ebdc7fa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions build/_icon.icns
1 change: 1 addition & 0 deletions build/_icon.png
1 change: 0 additions & 1 deletion build/icon.icns

This file was deleted.

Binary file added build/icon.icns
Binary file not shown.
1 change: 0 additions & 1 deletion build/icon.png

This file was deleted.

Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/license_en.txt
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('path')
const url = require('url')
const spawn = require('child_process').spawn
const AutoLaunch = require('auto-launch')
const autoUpdater = require('electron-updater').autoUpdater
require('update-electron-app')()
const electron = require('electron')
const app = electron.app
const Menu = electron.Menu
Expand Down Expand Up @@ -182,7 +182,6 @@ function createWindow () {
}

app.once('ready', () => {
autoUpdater.checkForUpdates()
createWindow()
trayIcon = new Tray(path.resolve(
path.normalize(
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-socks",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"description": "Electron app containing SOCKSv5 server and SSH2 client",
"author": {
Expand All @@ -13,7 +13,6 @@
"scripts": {
"start": "yarn install && electron .",
"dev": "yarn install && electron . --debug",
"dist": "yarn install && build --linux --mac --win",
"release": "yarn install && build --linux --mac --win"
},
"build": {
Expand Down Expand Up @@ -87,10 +86,10 @@
},
"dependencies": {
"socksv5": "git://github.com/mscdex/socksv5.git",
"ssh2": "*",
"ssh2": "git://github.com/mscdex/ssh2.git",
"string.format": "*",
"auto-launch": "*",
"electron-updater": "*"
"update-electron-app": "*"
},
"devDependencies": {
"electron": "*",
Expand Down

0 comments on commit ebdc7fa

Please sign in to comment.