Skip to content

Commit

Permalink
Changed VERSION, BuildRoot and ServiceRoot symbols supposed to be run…
Browse files Browse the repository at this point in the history
… with make_setupRed5Exe.sh
  • Loading branch information
t2y committed Oct 16, 2014
1 parent 28889eb commit 4b3f689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/red5.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ RequestExecutionLevel admin

# Defines
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 1.0.2
#!define VERSION 1.0.2 # should be specified "-DVERSION=x.y.z" as a command line parameter
!define COMPANY "Red5 Server"
!define DESCRIPTION "Red5 is an Open Source Media Server written in Java"
!define URL http://red5.googlecode.com
!define BuildRoot "..\..\red5-server"
!define ServiceRoot "..\..\red5-service"
!define BuildRoot ".\work\red5-server"
!define ServiceRoot ".\work\red5-service"
!define ImageRoot "..\images"
!define CommonsDaemonVersion "1.0.14"

Expand Down

0 comments on commit 4b3f689

Please sign in to comment.