Skip to content

Commit

Permalink
R8.1 version information added
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMagic committed Aug 19, 2017
1 parent 1efa569 commit e4f1e2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Joystick Gremlin</h1>
<table width="100%">
<tr>
<th width="20%" align="left">Version</th>
<td width="*">Release 8</td>
<td width="*">Release 8.1</td>
</tr>
</table>

Expand Down
7 changes: 4 additions & 3 deletions generate_wix.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,12 @@ def create_document():
# "Id": "a02bac10-af70-41c2-b109-34e80eb54902", # 6.0.0
# "Id": "278cbeb5-9da1-4f82-8775-fd6f78f92283", # 7.0.0
# "Id": "a84b71f4-90d4-44f6-a3d8-df7f47b60090", # 7.1.0
"Id": "{0ac91685-2681-4b0c-9d22-3a25edf21325}", # 8.0.0
#"Id": "0ac91685-2681-4b0c-9d22-3a25edf21325", # 8.0.0
"Id": "0be39e58-8099-4cd9-8efd-60735249c907", # 8.1.0
"UpgradeCode": "0464914b-97da-4889-8699-bcde4e767517",
"Language": "1033",
"Codepage": "1252",
"Version": "8.0.0"
"Version": "8.1.0"
})
mug = create_node("MajorUpgrade",
{
Expand All @@ -234,7 +235,7 @@ def create_document():
{
"Id": "*",
"Keywords": "Installer",
"Description": "Joystick Gremlin R5 Installer",
"Description": "Joystick Gremlin R8.1 Installer",
"Manufacturer": "H2IK",
"InstallerVersion": "100",
"Languages": "1033",
Expand Down
4 changes: 2 additions & 2 deletions joystick_gremlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ def configure_logger(config):

logger.debug("-" * 80)
logger.debug(time.strftime("%Y-%m-%d %H:%M"))
logger.debug("Starting Joystick Gremlin R8")
logger.debug("Starting Joystick Gremlin R8.1")
logger.debug("-" * 80)


Expand Down Expand Up @@ -1209,7 +1209,7 @@ def exception_hook(exception_type, value, trace):

# Unhandled exception traceback
# TODO: Re-enable for release
# sys.excepthook = exception_hook
sys.excepthook = exception_hook

# Initialize SDL
sdl2.SDL_Init(sdl2.SDL_INIT_JOYSTICK)
Expand Down
Binary file modified wix_data.p
Binary file not shown.

0 comments on commit e4f1e2a

Please sign in to comment.