mirror of https://github.com/odrling/Aegisub
Bump version number in installer to 3.0.2
This commit is contained in:
parent
b44d53c227
commit
28e041de6f
|
@ -35,13 +35,13 @@
|
||||||
[Setup]
|
[Setup]
|
||||||
AppID={{24BC8B57-716C-444F-B46B-A3349B9164C5}
|
AppID={{24BC8B57-716C-444F-B46B-A3349B9164C5}
|
||||||
AppName=Aegisub
|
AppName=Aegisub
|
||||||
AppVerName=Aegisub 3.0.1
|
AppVerName=Aegisub 3.0.2
|
||||||
AppVersion=3.0.1
|
AppVersion=3.0.2
|
||||||
AppPublisher=Aegisub Team
|
AppPublisher=Aegisub Team
|
||||||
AppPublisherURL=http://www.aegisub.org/
|
AppPublisherURL=http://www.aegisub.org/
|
||||||
AppSupportURL=http://forum.aegisub.org/
|
AppSupportURL=http://forum.aegisub.org/
|
||||||
AppCopyright=© 2005-2012 The Aegisub Team
|
AppCopyright=© 2005-2012 The Aegisub Team
|
||||||
VersionInfoVersion=3.0.1
|
VersionInfoVersion=3.0.2
|
||||||
DefaultDirName={pf}\Aegisub
|
DefaultDirName={pf}\Aegisub
|
||||||
DefaultGroupName=Aegisub
|
DefaultGroupName=Aegisub
|
||||||
AllowNoIcons=true
|
AllowNoIcons=true
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
; Contact: mailto:nielsm@indvikleren.dk
|
; Contact: mailto:nielsm@indvikleren.dk
|
||||||
;
|
;
|
||||||
|
|
||||||
#define VERSION "3.0.1"
|
#define VERSION "3.0.2"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=Aegisub
|
AppName=Aegisub
|
||||||
|
|
|
@ -15,8 +15,8 @@ xcopy ..\src\x64\Microsoft.VC90.CRT\* aegisub-portable\Microsoft.VC90.CRT\ > NUL
|
||||||
xcopy config.json aegisub-portable\ > NUL
|
xcopy config.json aegisub-portable\ > NUL
|
||||||
|
|
||||||
echo Creating SFX
|
echo Creating SFX
|
||||||
del ..\output\aegisub-3.0.1-portable-64.exe
|
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.1-portable-64.exe aegisub-portable\
|
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
|
echo Removing temp dir
|
||||||
rmdir /S /Q aegisub-portable > NUL
|
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
|
xcopy config.json aegisub-portable\ > NUL
|
||||||
|
|
||||||
echo Creating SFX
|
echo Creating SFX
|
||||||
del ..\output\aegisub-3.0.1-portable.exe
|
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.1-portable.exe aegisub-portable\
|
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
|
echo Removing temp dir
|
||||||
rmdir /S /Q aegisub-portable > NUL
|
rmdir /S /Q aegisub-portable > NUL
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Path=.\Aegisub portable
|
Path=.\Aegisub portable
|
||||||
Title=Aegisub 3.0.1 Portable
|
Title=Aegisub 3.0.2 Portable
|
||||||
Text
|
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
|
<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
|
"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
|
machines which you cannot install software on. To reduce the size several
|
||||||
|
|
Loading…
Reference in New Issue