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 - electron-builder --win --x64
- mv ../build/TheDesk-setup.exe ../TheDesk-setup.exe - mv ../build/TheDesk-setup.exe ../TheDesk-setup.exe
- mv ../build/TheDesk*.exe ../TheDesk.exe - mv ../build/TheDesk*.exe ../TheDesk.exe
- mv ../build/TheDesk*.appx ../TheDesk.appx
- cd ../ - cd ../
- ls - ls
after_deploy: ls after_deploy: ls
@ -27,7 +26,6 @@ deploy:
- TheDesk-setup.exe - TheDesk-setup.exe
- TheDesk-ia32.exe - TheDesk-ia32.exe
- TheDesk-setup-ia32.exe - TheDesk-setup-ia32.exe
- TheDesk.appx
on: on:
repo: cutls/TheDesk repo: cutls/TheDesk
branches: branches:

Binary file not shown.

View File

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