瀏覽代碼

wingrass: change instalation target also for standalone installer, see https://trac.osgeo.org/grass/ticket/3732

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74028 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 6 年之前
父節點
當前提交
662115fc50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mswindows/GRASS-Installer.nsi.tmpl

+ 1 - 1
mswindows/GRASS-Installer.nsi.tmpl

@@ -29,7 +29,7 @@ SetCompressorDictSize 128
 !endif
 !define BINARY_REVISION "1"
 !define VERSION_NUMBER "@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@"
-!define GRASS_BASE "GRASS GIS @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@"
+!define GRASS_BASE "GRASS GIS @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@"
 !if ${INSTALLER_TYPE} == "Release"
         !define GRASS_COMMAND "grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@"
 !else