mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Updated Windows archive scripts.
This commit is contained in:
parent
22c2e03a8f
commit
5bad7b59f4
@ -18,6 +18,7 @@ mkdir -p "$VANILLA/themes"
|
||||
mkdir -p "$VANILLA/locales"
|
||||
mkdir -p "$VANILLA/fonts"
|
||||
cp bin32/release/musikcube.exe "$VANILLA"
|
||||
cp bin32/release-con/musikcube.exe "$VANILLA/musikcube-cmd.exe"
|
||||
cp bin32/release/*.dll "$VANILLA"
|
||||
cp bin32/release/plugins/*.dll "$VANILLA/plugins"
|
||||
cp bin32/release/themes/*.json "$VANILLA/themes"
|
||||
@ -34,6 +35,7 @@ mkdir -p "$MILKDROP/themes"
|
||||
mkdir -p "$MILKDROP/locales"
|
||||
mkdir -p "$MILKDROP/fonts"
|
||||
cp bin32/release/musikcube.exe "$MILKDROP"
|
||||
cp bin32/release-con/musikcube.exe "$VANILLA/musikcube-cmd.exe"
|
||||
cp bin32/release/*.dll "$MILKDROP"
|
||||
cp bin32/release/plugins/*.dll "$MILKDROP/plugins"
|
||||
cp bin32/release/themes/*.json "$MILKDROP/themes"
|
||||
|
@ -16,6 +16,7 @@ mkdir -p "$VANILLA/themes"
|
||||
mkdir -p "$VANILLA/locales"
|
||||
mkdir -p "$VANILLA/fonts"
|
||||
cp bin64/release/musikcube.exe "$VANILLA"
|
||||
cp bin64/release-con/musikcube.exe "$VANILLA/musikcube-cmd.exe"
|
||||
cp bin64/release/*.dll "$VANILLA"
|
||||
cp bin64/release/plugins/*.dll "$VANILLA/plugins"
|
||||
cp bin64/release/themes/*.json "$VANILLA/themes"
|
||||
|
Loading…
Reference in New Issue
Block a user