mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Make sure to include /data/.htaccess in release ZIPs
This commit is contained in:
parent
743395ff93
commit
59650728a2
|
|
@ -14,3 +14,5 @@ del "%releasePath%\grocy_%version%.zip"
|
|||
7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess"
|
||||
7za rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess
|
||||
7za d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\*
|
||||
7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\data\.htaccess"
|
||||
7za rn "%releasePath%\grocy_%version%.zip" .htaccess data\.htaccess
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user