Skip to content

Commit

Permalink
fix win installer files
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-101 committed Apr 8, 2018
1 parent 111cd04 commit ac5cc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win/rpcalc-all.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Name: "portable"; Description: "Use portable config file"; Flags: unchecked

[Files]
Source: "rpcalc.exe"; DestDir: "{app}"
Source: "python35.zip"; DestDir: "{app}"
Source: "python36.zip"; DestDir: "{app}"
Source: "*.dll"; DestDir: "{app}"
Source: "*.pyd"; DestDir: "{app}"
Source: "imageformats\*.dll"; DestDir: "{app}\imageformats"
Expand Down
2 changes: 1 addition & 1 deletion win/rpcalc-user.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Name: "portable"; Description: "Use portable config file"; Flags: unchecked

[Files]
Source: "rpcalc.exe"; DestDir: "{app}"
Source: "python35.zip"; DestDir: "{app}"
Source: "python36.zip"; DestDir: "{app}"
Source: "*.dll"; DestDir: "{app}"
Source: "*.pyd"; DestDir: "{app}"
Source: "imageformats\*.dll"; DestDir: "{app}\imageformats"
Expand Down

0 comments on commit ac5cc0f

Please sign in to comment.