This commit is contained in:
Cutls 2019-03-07 01:30:58 +09:00
parent f0869f3086
commit 91f9fa6591
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ before_deploy:
- electron-builder --win --x64
- mv ../build/TheDesk-setup.exe ../TheDesk-setup.exe
- mv ../build/TheDesk*.exe ../TheDesk.exe
- mv ../build/TheDesk*.appx ../TheDesk.appx
- cd ../
- ls
after_deploy: ls
@ -27,7 +26,6 @@ deploy:
- TheDesk-setup.exe
- TheDesk-ia32.exe
- TheDesk-setup-ia32.exe
- TheDesk.appx
on:
repo: cutls/TheDesk
branches:

Binary file not shown.

View File

@ -16,7 +16,6 @@ function verck(ver,winstore) {
$("#release-"+verp).show();
});
}
var name="Web";
var electron = require("electron");
var remote=electron.remote;
var dialog=remote.dialog;