forked from mia/Aegisub
Bump version number in installer to 3.0.2
This commit is contained in:
parent
b44d53c227
commit
28e041de6f
5 changed files with 10 additions and 10 deletions
|
@ -35,13 +35,13 @@
|
|||
[Setup]
|
||||
AppID={{24BC8B57-716C-444F-B46B-A3349B9164C5}
|
||||
AppName=Aegisub
|
||||
AppVerName=Aegisub 3.0.1
|
||||
AppVersion=3.0.1
|
||||
AppVerName=Aegisub 3.0.2
|
||||
AppVersion=3.0.2
|
||||
AppPublisher=Aegisub Team
|
||||
AppPublisherURL=http://www.aegisub.org/
|
||||
AppSupportURL=http://forum.aegisub.org/
|
||||
AppCopyright=© 2005-2012 The Aegisub Team
|
||||
VersionInfoVersion=3.0.1
|
||||
VersionInfoVersion=3.0.2
|
||||
DefaultDirName={pf}\Aegisub
|
||||
DefaultGroupName=Aegisub
|
||||
AllowNoIcons=true
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
; Contact: mailto:nielsm@indvikleren.dk
|
||||
;
|
||||
|
||||
#define VERSION "3.0.1"
|
||||
#define VERSION "3.0.2"
|
||||
|
||||
[Setup]
|
||||
AppName=Aegisub
|
||||
|
|
|
@ -15,8 +15,8 @@ xcopy ..\src\x64\Microsoft.VC90.CRT\* aegisub-portable\Microsoft.VC90.CRT\ > NUL
|
|||
xcopy config.json aegisub-portable\ > NUL
|
||||
|
||||
echo Creating SFX
|
||||
del ..\output\aegisub-3.0.1-portable-64.exe
|
||||
WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.1-portable-64.exe aegisub-portable\
|
||||
del ..\output\aegisub-3.0.2-portable-64.exe
|
||||
WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.2-portable-64.exe aegisub-portable\
|
||||
|
||||
echo Removing temp dir
|
||||
rmdir /S /Q aegisub-portable > NUL
|
||||
|
|
|
@ -19,8 +19,8 @@ xcopy ..\src\x86\Microsoft.VC90.CRT\* aegisub-portable\Microsoft.VC90.CRT\ > NUL
|
|||
xcopy config.json aegisub-portable\ > NUL
|
||||
|
||||
echo Creating SFX
|
||||
del ..\output\aegisub-3.0.1-portable.exe
|
||||
WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.1-portable.exe aegisub-portable\
|
||||
del ..\output\aegisub-3.0.2-portable.exe
|
||||
WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.2-portable.exe aegisub-portable\
|
||||
|
||||
echo Removing temp dir
|
||||
rmdir /S /Q aegisub-portable > NUL
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Path=.\Aegisub portable
|
||||
Title=Aegisub 3.0.1 Portable
|
||||
Title=Aegisub 3.0.2 Portable
|
||||
Text
|
||||
{
|
||||
<h1 style="font-family: Tahoma; font-size: 20px; text-align: center;">Aegisub 3.0.1 Portable</h1>
|
||||
<h1 style="font-family: Tahoma; font-size: 20px; text-align: center;">Aegisub 3.0.2 Portable</h1>
|
||||
<p style="font-family: Tahoma; font-size: 12px;">This archive contains a
|
||||
"portable" version of Aegisub, suitable for running from USB pen drives or on
|
||||
machines which you cannot install software on. To reduce the size several
|
||||
|
|
Loading…
Reference in a new issue