Skip to content

Commit

Permalink
R10 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMagic committed Feb 3, 2018
1 parent 6930ab2 commit 3eb60e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions generate_wix.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,12 @@ def create_document():
# "Id": "0be39e58-8099-4cd9-8efd-60735249c907", # 8.1.0
# "Id": "769bf0f8-ba2c-45fb-bc92-d521ed81e721", # 9.0.0
# "Id": "83417e4c-5acc-49fe-9938-0624a681e6e5", # 9.1.0
"Id": "ce0c7c9f-8bcc-4676-a96b-da602968e85e", # 9.2.0
# "Id": "ce0c7c9f-8bcc-4676-a96b-da602968e85e", # 9.2.0
"Id": "bec63861-eeae-4f75-bb01-3a76cab1c319", # 10.0.0
"UpgradeCode": "0464914b-97da-4889-8699-bcde4e767517",
"Language": "1033",
"Codepage": "1252",
"Version": "9.2.0"
"Version": "10.0.0"
})
mug = create_node("MajorUpgrade",
{
Expand All @@ -239,7 +240,7 @@ def create_document():
{
"Id": "*",
"Keywords": "Installer",
"Description": "Joystick Gremlin R9.2 Installer",
"Description": "Joystick Gremlin R10 Installer",
"Manufacturer": "H2IK",
"InstallerVersion": "100",
"Languages": "1033",
Expand Down
5 changes: 2 additions & 3 deletions joystick_gremlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ def configure_logger(config):

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


Expand Down Expand Up @@ -1170,8 +1170,7 @@ def exception_hook(exception_type, value, trace):
)
args = parser.parse_args()



# Path manging to ensure Gremlin starts independent of the CWD
sys.path.insert(0, gremlin.util.userprofile_path())
gremlin.util.setup_userprofile()

Expand Down
Binary file modified wix_data.p
Binary file not shown.

0 comments on commit 3eb60e2

Please sign in to comment.