Sfoglia il codice sorgente

Added updates pack simulating script

Toby Chui 3 anni fa
parent
commit
1ed1d9cf53
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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"