Explorar el Código

Added updates pack simulating script

Toby Chui hace 3 años
padre
commit
1ed1d9cf53
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      prepare_update_files.sh

+ 6 - 0
prepare_update_files.sh

@@ -0,0 +1,6 @@
+#/bin/bash
+mkdir ./updates
+cp -r ../aroz_online_autorelease/system ./updates/
+cp -r ../aroz_online_autorelease/web ./updates/
+cp  ../aroz_online_autorelease/arozos_windows_amd64.exe ./updates/
+echo "DONE"