diff options
author | RandomChars <random@chars.jp> | 2021-10-09 22:23:19 +0900 |
---|---|---|
committer | RandomChars <random@chars.jp> | 2021-10-09 22:23:19 +0900 |
commit | 73cf0e224ed511c176ffd25e9bf609cf95afd92a (patch) | |
tree | 3892cf976fdc81d57c339c2ec00a86e69975eb31 | |
parent | ac82f09c6e219b569453892b890a1dee10306d94 (diff) |
yet another attempt at making this work
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | window/script.nsi (renamed from script.nsi) | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ image-board-gui image-board-gui.* -.idea/
\ No newline at end of file +window/install_dir/ +window/*.exe +.idea/ diff --git a/script.nsi b/window/script.nsi index 27cb7c8..bcd907f 100644 --- a/script.nsi +++ b/window/script.nsi @@ -1,7 +1,7 @@ !define APP_NAME "Image Board" !define COMP_NAME "Nitori Open Source Software Development" !define WEB_SITE "https://random.chars.jp/git/image-board" -!define VERSION "07903e2" +!define VERSION "1.4.0.0" !define COPYRIGHT "" !define DESCRIPTION "Filesystem-based taggable image board and its GUI." !define INSTALLER_NAME "image-board-setup.exe" |