|
@@ -13,7 +13,7 @@ cat $path"/love/love.exe" $path"/builds/$1.love" > "$1.exe" |
|
|
mv "$1.exe" "$winPATH" |
|
|
mv "$1.exe" "$winPATH" |
|
|
|
|
|
|
|
|
# Moving dll's |
|
|
# Moving dll's |
|
|
cp $path"/win/"* "$winPATH" |
|
|
|
|
|
|
|
|
cp $path"/love/"*".dll" "$winPATH" |
|
|
|
|
|
|
|
|
# Zip it if $doZip == "true" |
|
|
# Zip it if $doZip == "true" |
|
|
if [[ $doZip == "true" ]]; then |
|
|
if [[ $doZip == "true" ]]; then |
|
@@ -24,4 +24,4 @@ if [[ $doZip == "true" ]]; then |
|
|
|
|
|
|
|
|
cd "$currentPath" |
|
|
cd "$currentPath" |
|
|
rm -rf "$winPATH" |
|
|
rm -rf "$winPATH" |
|
|
fi |
|
|
|
|
|
|
|
|
fi |