Skip to content

Commit

Permalink
disable data archive
Browse files Browse the repository at this point in the history
  • Loading branch information
KottV committed Dec 2, 2023
1 parent 562d6ae commit 8c6cf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ if [ "$1" = "archive" ] || [ "$2" = "archive" ] ; then
tar cfz archive/VASTvaporizer2-VST3-$PLUGIN_VERSION-x86_64.tar.gz -C cmake-build/VASTvaporizer2_artefacts/Release/VST3/ .
tar cfz archive/VASTvaporizer2-Standalone-$PLUGIN_VERSION-x86_64.tar.gz -C cmake-build/VASTvaporizer2_artefacts/Release/Standalone/ .

tar cfz archive/VASTvaporizer2-data-$PLUGIN_VERSION-beta.tar.gz -C VASTvaporizer Noises Tables Presets
# tar cfz archive/VASTvaporizer2-data-$PLUGIN_VERSION-beta.tar.gz -C VASTvaporizer Noises Tables Presets
fi

0 comments on commit 8c6cf78

Please sign in to comment.