Remove version from webapp archive
This commit is contained in:
parent
fe921f90ba
commit
169d5cc5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ $wslroot = (wsl wslpath -a ("$root" -Replace '\\','\\'))
|
|||
mkdir "$root/release-builds/dist/$version/"
|
||||
|
||||
echo "Gzipping PWA..."
|
||||
wsl tar -czvf "$wslroot/release-builds/dist/$version/${name}_${version}_web.tar.gz" -C "$wslroot/dist" .
|
||||
wsl tar -czvf "$wslroot/release-builds/dist/$version/${name}_web.tar.gz" -C "$wslroot/dist" .
|
||||
|
||||
echo "Building deb packages..."
|
||||
wsl node "$wslhere/create-deb-x64.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue