ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/RubyInstaller/ruby-installer.nsi
Revision: 1092
Committed: 2008-09-23T03:45:00-07:00 (16 years, 8 months ago) by douglas
Original Path: RubyInstaller/rubyinstaller.nsi
File size: 237 byte(s)
Log Message:
Committing progress to see how it works on Linux.

File Contents

# User Rev Content
1 douglas 1092 ; Ruby Installer
2     ;
3     ; Douglas Thrift
4     ;
5     ; $Id$
6    
7     !define NAME "Ruby"
8    
9     Name "${NAME}"
10     OutFile "ruby-${RUBY_VERSION}-rubygems-${GEMS_VERSION}.exe"
11     SetCompressor /SOLID lzma
12     ShowInstDetails show
13     ShowUninstDetails show
14     XPStyle on

Properties

Name Value
svn:keywords Id