Skip to content

Commit

Permalink
Merge pull request #10 from VinceVal/v0.4
Browse files Browse the repository at this point in the history
Update to version 0.4
  • Loading branch information
VinceVal committed Nov 18, 2015
2 parents 388081f + 1ce2c76 commit d9eb1e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions SickRage.iss
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#include <.\idp\idp.iss>

#define SickRageInstallerVersion "v0.3"
#define SickRageInstallerVersion "v0.4"

#define AppId "{{B0D7EA3E-CC34-4BE6-95D5-3C3D31E9E1B2}"
#define AppName "SickRage"
#define AppVersion "master"
#define AppPublisher "SiCKRAGE"
#define AppURL "https://www.sickrage.tv/"
#define AppPublisher "SickRage"
#define AppURL "https://github.com/SickRage/SickRage"
#define AppServiceName AppName
#define AppServiceDescription "Searches TheTVDB and TVRage for shows"
#define AppServiceDescription "Automatic Video Library Manager for TV Shows"
#define ServiceStartIcon "{group}\Start " + AppName + " Service"
#define ServiceStopIcon "{group}\Stop " + AppName + " Service"

#define DefaultPort 8081

#define InstallerVersion 10001
#define InstallerVersion 10002
#define InstallerSeedUrl "https://raw.github.com/VinceVal/SickRageInstaller/master/seed.ini"
#define AppRepoUrl "https://github.com/SiCKRAGETV/SickRage.git"
#define AppRepoUrl "https://github.com/SickRage/SickRage.git"

[Setup]
AppId={#AppId}
Expand Down Expand Up @@ -572,4 +572,4 @@ begin
if CurStep = ssInstall then begin
InstallDependencies()
end;
end;
end;
14 changes: 7 additions & 7 deletions seed.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Installer]
Version=10001
Version=10002
DownloadUrl=https://github.com/VinceVal/SickRageInstaller

[Python.x86]
Expand All @@ -13,14 +13,14 @@ size=19382272
sha1=f3a474f6ab191f9b43034c0fb5c98301553775d4

[Git.x86]
url=https://github.com/git-for-windows/git/releases/download/v2.5.1.windows.1/PortableGit-2.5.1-32-bit.7z.exe
size=28132720
sha1=a63e996a1396a21dd652ad8e1a26e78a25c89f72
url=https://github.com/git-for-windows/git/releases/download/v2.6.3.windows.1/PortableGit-2.6.3-32-bit.7z.exe
size=29330488
sha1=07d90a33a639d12cf00d3a350d2ff3a66236ab9f

[Git.x64]
url=https://github.com/git-for-windows/git/releases/download/v2.5.1.windows.1/PortableGit-2.5.1-64-bit.7z.exe
size=28348472
sha1=c5dc0686d04dcafd69950881e229c7a88a39a1df
url=https://github.com/git-for-windows/git/releases/download/v2.6.3.windows.1/PortableGit-2.6.3-64-bit.7z.exe
size=29534824
sha1=9feed6c47e9f22e2a761498e6a96fd24621c14fa

[pyOpenSSL.x86]
url=https://pypi.python.org/packages/2.7/p/pyOpenSSL/pyOpenSSL-0.13.1.win32-py2.7.exe
Expand Down

0 comments on commit d9eb1e5

Please sign in to comment.