Skip to content

Commit 209cffc

Browse files
committed
updated
1 parent e38dcbd commit 209cffc

File tree

7 files changed

+447
-9
lines changed

7 files changed

+447
-9
lines changed

pack/storyformats/chapbook/format.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack/storyformats/harlowe-3/format.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack/storyformats/snowman-1/format.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack/storyformats/snowman-2/format.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pack/storyformats/snowman-2/icon.svg

Lines changed: 436 additions & 0 deletions
Loading

pack/storyformats/sugarcube-2/format.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.iss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
; TweegoInstaller, by Chapel
22
; Inno Setup v5.6.1 (a)
3-
; Script version 1.2.0
4-
; Installer version 1.2.2
3+
; Script version 1.3.0
4+
; Installer version 1.3.0
55
; License: The Unlicense <http://unlicense.org/>
66

77
#define MyAppName "TweegoInstaller"
8-
#define MyAppVersion "1.2.2"
8+
#define MyAppVersion "1.3.0"
99

1010
[Setup]
1111
AppId={{29682D59-9F14-4D71-BA16-B79BFBA9E4B8}
@@ -71,6 +71,7 @@ Name: "formats\harlowe3"; Description: "Harlowe v3.x"; Types: full
7171
Name: "formats\sugarcube1"; Description: "SugarCube v1.x"; Types: full
7272
Name: "formats\sugarcube2"; Description: "SugarCube v2.x"; Types: full
7373
Name: "formats\snowman1"; Description: "Snowman v1.x"; Types: full
74+
Name: "formats\snowman2"; Description: "Snowman v2.x"; Types: full
7475
Name: "formats\chapbook"; Description: "Chapbook v1.x"; Types: full
7576
Name: "formats\paperthin1"; Description: "Paperthin v1.x"; Types: full
7677

@@ -96,6 +97,7 @@ Source: "..\pack\storyformats\harlowe-3\*"; DestDir: "{app}\storyformats\harlowe
9697
Source: "..\pack\storyformats\sugarcube-1\*"; DestDir: "{app}\storyformats\sugarcube-1"; Components: formats\sugarcube1; Flags: ignoreversion
9798
Source: "..\pack\storyformats\sugarcube-2\*"; DestDir: "{app}\storyformats\sugarcube-2"; Components: formats\sugarcube2; Flags: ignoreversion
9899
Source: "..\pack\storyformats\snowman-1\*"; DestDir: "{app}\storyformats\snowman-1"; Components: formats\snowman1; Flags: ignoreversion
100+
Source: "..\pack\storyformats\snowman-2\*"; DestDir: "{app}\storyformats\snowman-2"; Components: formats\snowman2; Flags: ignoreversion
99101
Source: "..\pack\storyformats\chapbook\*"; DestDir: "{app}\storyformats\chapbook"; Components: formats\chapbook; Flags: ignoreversion
100102
Source: "..\pack\storyformats\paperthin-1\*"; DestDir: "{app}\storyformats\paperthin-1"; Components: formats\paperthin1; Flags: ignoreversion
101103

0 commit comments

Comments
 (0)