Browse Source

Added updates pack simulating script

Toby Chui 3 years ago
parent
commit
1ed1d9cf53
1 changed files with 6 additions and 0 deletions
  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"