Skip to content

Commit

Permalink
Fix installer, 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infeeeee committed Apr 24, 2023
1 parent b2d851f commit dda1d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dyn2py-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Source: "dyn2py.exe"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
Name: "{group}\dyn2py (cmd)"; Filename: "{cmd}"; WorkingDir: "{userdocs}"; Parameters: "/k dyn2py"
Name: "{group}\dyn2py (powershell)"; Filename: "powershell"; WorkingDir: "{userdocs}"; Parameters: "-noexit -command dyn2py"
Name: "{group}\dyn2py (cmd)"; Filename: "{cmd}"; WorkingDir: "{userdocs}"; Parameters: "/k dyn2py -h"
Name: "{group}\dyn2py (powershell)"; Filename: "powershell"; WorkingDir: "{userdocs}"; Parameters: "-noexit -command dyn2py -h"

[Code]
const EnvironmentKey = 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment';
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dyn2py"
version = "0.4.0"
version = "0.4.1"
description = "Extract python code from Dynamo graphs"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit dda1d98

Please sign in to comment.