[RAPPS] unuglify icons. CORE-10642
[reactos.git] / reactos / base / applications / rapps / CreateCabFile.sh
index 3051d69..3a31ca7 100755 (executable)
@@ -1 +1,9 @@
-../../../output-MinGW-i386/host-tools/tools/cabman/cabman -M raw -S rappmgr.cab rapps/*.txt
+#/bin/sh
+cd ../../../media
+mkdir rapps/utf16
+for i in $(find -type f); do
+  ../../host-tools/utf16le $i utf16/$i
+done
+cd ..
+../../host-tools/cabman -M mszip -S rapps/rappmgr.cab rapps/utf16/*.txt
+rm -r rapps/uft16
\ No newline at end of file