File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[Setup]
4
4
AppName = " PyWinStartup"
5
- AppVerName = " PyWinStartup 0.1.0 "
5
+ AppVerName = " PyWinStartup 0.1.1 "
6
6
DefaultDirName = " {pf} \PyWinStartup"
7
7
DefaultGroupName = " PyWinStartup"
8
- AppVersion = " 0.1.0 "
8
+ AppVersion = " 0.1.1 "
9
9
AppCopyright = " Taehong Kim"
10
10
AppPublisher = " Taehong Kim"
11
11
UninstallDisplayIcon = " {app} \PyWinStartup.exe"
12
12
Compression = lzma2 /max
13
13
SolidCompression = yes
14
14
OutputDir = " dist"
15
- OutputBaseFilename = " PyWinStartup-0.1.0 -Setup"
16
- ; VersionInfoVersion="0.1.0 "
17
- VersionInfoProductVersion = " 0.1.0 "
15
+ OutputBaseFilename = " PyWinStartup-0.1.1 -Setup"
16
+ ; VersionInfoVersion="0.1.1 "
17
+ VersionInfoProductVersion = " 0.1.1 "
18
18
VersionInfoCompany = " Taehong Kim"
19
19
VersionInfoCopyright = " Taehong Kim"
20
20
ArchitecturesInstallIn64BitMode = " x64"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def run_patch(self):
70
70
self .patch ()
71
71
else :
72
72
command = 'powershell.exe Start-Process python nateon.py -Verb runAs'
73
- proc = subprocess .Popen (command , shell = True )
73
+ proc = subprocess .call (command , shell = True )
74
74
proc .communicate ()
75
75
76
76
Original file line number Diff line number Diff line change 2
2
3
3
4
4
__appname__ = 'PyWinStartup'
5
- __version__ = '0.1.0 '
5
+ __version__ = '0.1.1 '
6
6
__author__ = 'Taehong Kim'
7
7
8
8
__license__ = ''
You can’t perform that action at this time.
0 commit comments