File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ if errorlevel 1 (echo creation of desktop postinstall failed & goto error)
234
234
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversions@ /%GRASS_VERSIONS% /g' preremove-dev.bat > %OSGEO4W_ROOT% \etc\preremove\%PACKAGENAME% .bat
235
235
if errorlevel 1 (echo creation of desktop preremove failed & goto error)
236
236
237
- sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' designer-qgis .bat.tmpl > %OSGEO4W_ROOT% \bin\designer- %PACKAGENAME% .bat.tmpl
237
+ sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' designer.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -designer .bat.tmpl
238
238
if errorlevel 1 (echo creation of designer template failed & goto error)
239
239
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' qgis.reg.tmpl > %PKGDIR% \bin\qgis.reg.tmpl
240
240
if errorlevel 1 (echo creation of registry template & goto error)
@@ -287,7 +287,7 @@ tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERS
287
287
bin/%PACKAGENAME% -bin.exe ^
288
288
bin/%PACKAGENAME% -browser-bin.exe ^
289
289
%batches% ^
290
- bin/designer- %PACKAGENAME% .bat.tmpl ^
290
+ bin/%PACKAGENAME% -designer .bat.tmpl ^
291
291
bin/python-%PACKAGENAME% .bat.tmpl ^
292
292
etc/postinstall/%PACKAGENAME% .bat ^
293
293
etc/preremove/%PACKAGENAME% .bat
Original file line number Diff line number Diff line change 1
- textreplace -std -t bin\designer- @ package@ .bat
1
+ textreplace -std -t bin\@ package@ -designer .bat
2
2
textreplace -std -t bin\python-@ package@ .bat
3
3
4
4
for %%g in (@ grassversions@ ) do (
@@ -13,8 +13,8 @@ for %%g in (@grassversions@) do (
13
13
if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe" " ~$folder.desktop$" " QGIS Browser @version@ with GRASS %%g (Nightly)" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ -browser-g%%g .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\browser.ico"
14
14
)
15
15
16
- if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe" " %OSGEO4W_STARTMENU% " " Qt Designer with QGIS @version@ custom widgets (Nightly)" " exec hide " " " %OSGEO4W_ROOT% \bin\designer- @ package@ .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
17
- if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe" " ~$folder.desktop$" " Qt Designer with QGIS @version@ custom widgets (Nightly)" " exec hide " " " %OSGEO4W_ROOT% \bin\designer- @ package@ .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
16
+ if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe" " %OSGEO4W_STARTMENU% " " Qt Designer with QGIS @version@ custom widgets (Nightly)" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ -designer .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
17
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe" " ~$folder.desktop$" " Qt Designer with QGIS @version@ custom widgets (Nightly)" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ -designer .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
18
18
19
19
set O4W_ROOT = %OSGEO4W_ROOT%
20
20
set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ for %%g in (@grassversions@) do (
10
10
del " %OSGEO4W_STARTMENU% \Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
11
11
del " %ALLUSERSPROFILE% \Desktop\Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
12
12
13
- del " %OSGEO4W_ROOT% " \bin\designer- @ package@ .bat
13
+ del " %OSGEO4W_ROOT% " \bin\@ package@ -designer .bat
14
14
del " %OSGEO4W_ROOT% " \bin\python-@ package@ .bat
15
15
del " %OSGEO4W_ROOT% " \apps\@ package@ \python\qgis\qgisconfig.py
16
16
del " %OSGEO4W_ROOT% " \apps\@ package@ \bin\qgis.reg
You can’t perform that action at this time.
0 commit comments