Browse Source

One up!

desktop
Ruud 10 years ago
parent
commit
9a8e86b9db
  1. 4
      installer.iss
  2. 2
      version.py

4
installer.iss

@ -1,11 +1,11 @@
#define MyAppName "CouchPotato"
#define MyAppVer "3.0.0"
#define MyAppVer "3.0.1"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"
[Setup]
AppName={#MyAppName}
AppVersion=2
AppVersion=3
AppVerName={#MyAppName}
DefaultDirName={userappdata}\{#MyAppName}\application
DisableProgramGroupPage=yes

2
version.py

@ -1,2 +1,2 @@
VERSION = '3.0.0'
VERSION = '3.0.1'
BRANCH = 'desktop'

Loading…
Cancel
Save