This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: restore maxium window before move
- Loading branch information
Showing
36 changed files
with
514 additions
and
8,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*.exe | ||
Demo* | ||
Installer | ||
build |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
& "C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" /in GridMove.ahk /out Installer/GridMove.exe /icon GridMove.ico | ||
& "C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" /in GridMove.ahk /out build/GridMove.exe /icon GridMove.ico | ||
|
||
Get-ChildItem .\Installer\ -Exclude "GridMove-Setup*","GridMove-Portable*" | Compress-Archive -DestinationPath .\Installer\GridMove-Portable.zip -CompressionLevel Fastest -Force | ||
Get-ChildItem .\build\ -Exclude "GridMove-Setup*","GridMove-Portable*" | Compress-Archive -DestinationPath .\build\GridMove-Portable.zip -CompressionLevel Fastest -Force | ||
|
||
& "C:\Program Files (x86)\Inno Setup 6\iscc.exe" Inno.iss | ||
|
Oops, something went wrong.