TheDesk Miho (ver.3)

This commit is contained in:
cutls 2018-01-28 21:36:41 +09:00
parent 50e99f6a68
commit 380f732ce7
3 changed files with 9 additions and 0 deletions

3
make.bat Normal file
View 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
View File

@ -0,0 +1,3 @@
@echo off
cd %~dp0
aws s3 cp TheDesk-win32-x64.zip s3://thedesk/

3
zip.bat Normal file
View 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