mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2024-11-09 22:41:40 +00:00
- copy cheat-menu and laser-sight mods only if they are not present in the mods folder
This commit is contained in:
parent
0dc8495ae8
commit
2df7087169
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ import java.io.OutputStream;
|
|||
copy_asset("/sdcard/QuestZDoom", "res/lights.pk3", true);
|
||||
copy_asset("/sdcard/QuestZDoom", "res/brightmaps.pk3", true);
|
||||
|
||||
copy_asset("/sdcard/QuestZDoom", "mods/Ultimate-Cheat-Menu.zip", true);
|
||||
copy_asset("/sdcard/QuestZDoom", "mods/laser-sight-0.5.5-vr.pk3", true);
|
||||
copy_asset("/sdcard/QuestZDoom", "mods/Ultimate-Cheat-Menu.zip", false);
|
||||
copy_asset("/sdcard/QuestZDoom", "mods/laser-sight-0.5.5-vr.pk3", false);
|
||||
|
||||
copy_asset("/sdcard/QuestZDoom/soundfonts", "qzdoom.sf2", false);
|
||||
copy_asset("/sdcard/QuestZDoom/fm_banks", "GENMIDI.GS.wopl", false);
|
||||
|
|
Loading…
Reference in a new issue