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