mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-11-28 05:04:18 -05:00
Remove VTOY_HELP_TXT_LANGUAGE option from Global Control Plugin.
This commit is contained in:
@@ -13,6 +13,11 @@ if [ ! -f ./vs/VentoyPlugson/Release/VentoyPlugson.exe ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -f ./vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe ]; then
|
||||
echo "NO VentoyPlugson_X64.exe found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -f ./www.tar.xz ]; then
|
||||
rm -f ./www.tar.xz
|
||||
fi
|
||||
@@ -33,6 +38,10 @@ xz --check=crc32 www.tar
|
||||
rm -f ../INSTALL/VentoyPlugson.exe
|
||||
cp -a ./vs/VentoyPlugson/Release/VentoyPlugson.exe ../INSTALL/VentoyPlugson.exe
|
||||
|
||||
rm -f ../INSTALL/VentoyPlugson_X64.exe
|
||||
cp -a ./vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe ../INSTALL/VentoyPlugson_X64.exe
|
||||
|
||||
|
||||
rm -f ../INSTALL/tool/plugson.tar.xz
|
||||
mv ./www.tar.xz ../INSTALL/tool/plugson.tar.xz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user