mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Fixup: package.json should be bundled in tarball
This commit is contained in:
parent
ad2bee88d7
commit
1febe0d887
|
|
@ -7,7 +7,7 @@ mkdir "%releasePath%"
|
|||
|
||||
del "%releasePath%\grocy.tar"
|
||||
del "%releasePath%\grocy.tar.gz"
|
||||
7za a -r "%releasePath%\grocy.tar" "%projectPath%\*" -xr!.* -xr!package.json -xr!publication_assets
|
||||
7za a -r "%releasePath%\grocy.tar" "%projectPath%\*" -xr!.* -xr!publication_assets
|
||||
7za a "%releasePath%\grocy.tar" "%projectPath%\public\.htaccess"
|
||||
7za rn "%releasePath%\grocy.tar" .htaccess public\.htaccess
|
||||
7za d "%releasePath%\grocy.tar" data\*.* data\storage data\viewcache\*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user