final
This commit is contained in:
parent
f0869f3086
commit
91f9fa6591
|
@ -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:
|
||||
|
|
BIN
TheDesk.appx
BIN
TheDesk.appx
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user