TheDesk Miho (ver.3)
This commit is contained in:
parent
50e99f6a68
commit
380f732ce7
3
make.bat
Normal file
3
make.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
cd %~dp0
|
||||||
|
electron-packager ./app --platform=win32 --arch=all --electron-version=1.8.2-beta.4 --icon=C:\Users\ryuki\crodeb.ico --overwrite
|
3
up.bat
Normal file
3
up.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
cd %~dp0
|
||||||
|
aws s3 cp TheDesk-win32-x64.zip s3://thedesk/
|
3
zip.bat
Normal file
3
zip.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
cd %~dp0
|
||||||
|
C:\Users\ryuki\Documents\7z1800-extra\7za.exe a TheDesk-win32-x64.zip TheDesk-win32-x64
|
Loading…
x
Reference in New Issue
Block a user