Skip to content

Commit

Permalink
Update to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noideaman committed May 17, 2024
1 parent d35f12c commit eadcf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/BuildInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
msi_data = {
"Directory": directory_table,
"ProgId": [
("Prog.Id", "v0.7", None, "VRChat OSC tool to control pishock shock collars", "IconId", None),
("Prog.Id", "0.8.1", None, "VRChat OSC tool to control pishock shock collars", "IconId", None),
],
"Icon": [
("IconId", "Resources\VRChatpishock.ico"),
Expand All @@ -62,7 +62,7 @@

# Setting for the EXE, and options for python setup.py <options>
setup(name='ShockVRC',
version = 'v0.7',
version = '0.8.1',
description = 'VRChat OSC tool to move the player in the direction of a stretched Physbone',
license = "GPL-2.0",
options = {
Expand Down

0 comments on commit eadcf45

Please sign in to comment.