File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -430,24 +430,20 @@ for %%g IN (%GRASS_VERSIONS%) do (
430
430
set w = !v!
431
431
if !v! == 6 set w =
432
432
433
- set files = " apps/%PACKAGENAME% /bin/qgisgrass!v! .dll" ^
433
+ tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% -grass-plugin!w! /%PACKAGENAME% -grass-plugin!w! -%VERSION% -%PACKAGE% .tar.bz2 ^
434
+ " apps/%PACKAGENAME% /bin/qgisgrass!v! .dll" ^
435
+ " apps/%PACKAGENAME% /grass/bin/qgis.g.browser!v! .exe" ^
434
436
" apps/%PACKAGENAME% /grass/modules/qgis.d.rast!v! .exe" ^
435
437
" apps/%PACKAGENAME% /grass/modules/qgis.g.info!v! .exe" ^
436
438
" apps/%PACKAGENAME% /grass/modules/qgis.r.in!v! .exe" ^
437
439
" apps/%PACKAGENAME% /grass/modules/qgis.v.in!v! .exe" ^
438
- " apps/%PACKAGENAME% /plugins/grassrasterprovider !v! .dll" ^
440
+ " apps/%PACKAGENAME% /plugins/grassplugin !v! .dll" ^
439
441
" apps/%PACKAGENAME% /plugins/grassprovider!v! .dll" ^
440
- " bin /%PACKAGENAME% -grass !v! .bat.tmpl " ^
442
+ " apps /%PACKAGENAME% /plugins/grassrasterprovider !v! .dll " ^
441
443
" bin/%PACKAGENAME% -browser-grass!v! .bat.tmpl" ^
444
+ " bin/%PACKAGENAME% -grass!v! .bat.tmpl" ^
442
445
" etc/postinstall/%PACKAGENAME% -grass-plugin!w! .bat" ^
443
446
" etc/preremove/%PACKAGENAME% -grass-plugin!w! .bat"
444
-
445
- if !v! == 6 set files = !files! ^
446
- " apps/%PACKAGENAME% /plugins/grassplugin!v! .dll" ^
447
- " apps/%PACKAGENAME% /grass/bin/qgis.g.browser!v! .exe"
448
-
449
- tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% -grass-plugin!w! /%PACKAGENAME% -grass-plugin!w! -%VERSION% -%PACKAGE% .tar.bz2 ^
450
- !files!
451
447
if errorlevel 1 (echo tar grass-plugin!w! failed & goto error)
452
448
)
453
449
You can’t perform that action at this time.
0 commit comments