Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
arpruss committed Aug 5, 2016
1 parent eed623f commit e43a947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RaspberryJamMod.iss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Source: "config3\*"; DestDir: "{userappdata}\.minecraft\config"; Flags: createal
Name: "Mod"; Description: "Raspberry Jam Mod"; Types: custom
Name: "Python"; Description: "Python interpreter and scripts"; Types: custom
Name: "Python\Python3"; Description: "Python 3.x"; Flags: exclusive; Types: custom
Name: "Python\Python3\Scripts"; Description: "Scripts"; Types: custom
Name: "Python\Python3\Scripts"; Description: "Scripts [overwriting local changes]"; Types: custom
Name: "Python\Python3\Interpreter"; Description: "Interpreter"; Types: custom
Name: "Python\Python3\Interpreter\Config"; Description: "Configure mod for interpreter"; Types: custom
Name: "Python\Python27"; Description: "Python 2.7"; Flags: exclusive
Name: "Python\Python27\Scripts"; Description: "Scripts"
Name: "Python\Python27\Scripts"; Description: "Scripts [overwriting local changes]"
Name: "Python\Python27\Interpreter"; Description: "Interpreter"
Name: "Python\Python27\Interpreter\Config"; Description: "Configure mod for interpreter"

Expand Down

0 comments on commit e43a947

Please sign in to comment.