Browse Source

Linux Installer -> Unix Installer, also tag for BSD and Solaris


git-svn-id: http://svn.dmdirc.com/tags/0.6@4749 00569f92-eb28-0410-84fd-f71c24880f
0.6
Shane Mc Cormack 16 years ago
parent
commit
59c703de1e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/gcode/uploads_release.sh

+ 1
- 1
installer/gcode/uploads_release.sh View File

@@ -58,5 +58,5 @@ uploadFile() {
58 58
 uploadFile "Jar" "Type-Executable,OpSys-All" "../output/DMDirc-${VERSION}.jar"
59 59
 uploadFile "OS X Image" "Type-Archive,OpSys-OSX" "../output/DMDirc-${VERSION}.dmg"
60 60
 uploadFile "Windows Installer" "Type-Installer,OpSys-Windows" "../output/DMDirc-${VERSION}-Setup.exe"
61
-uploadFile "Linux Installer" "Type-Installer,OpSys-Linux" "../output/DMDirc-${VERSION}-Setup.run"
61
+uploadFile "Unix Installer" "Type-Installer,OpSys-Linux,OpSys-BSD,OpSys-Solaris" "../output/DMDirc-${VERSION}-Setup.run"
62 62
 exit 0;

Loading…
Cancel
Save