You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NanoDroid/SetupWizard/META-INF/com/google/android/updater-script

6 lines
186 B
Plaintext

set_progress(0.0);
package_extract_file("nanodroid-setup", "/tmp/nanodroid-setup");
set_perm(0, 0, 0777, "/tmp/nanodroid-setup");
run_program("/tmp/nanodroid-setup");
set_progress(1.0);