-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shaun Inman
committed
Jan 11, 2025
1 parent
24f4ab5
commit 1af1503
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
|
||
cd $(dirname "$0") | ||
|
||
HOME="$SDCARD_PATH" | ||
./DinguxCommander |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,10 @@ $(PLATFORM): | |
cp ./workspace/$@/install/update.sh ./build/SYSTEM/$@/bin/install.sh | ||
mkdir -p ./build/BOOT/common/$@/ | ||
cp ./workspace/$@/install/boot.sh ./build/BOOT/common/[email protected] | ||
cp ./workspace/$@/install/*.png ./build/BOOT/common/$@/ | ||
cp ./workspace/$@/show/show.elf ./build/BOOT/common/$@/ | ||
cp ./workspace/$@/install/*.png ./build/BOOT/common/$@/ | ||
cp ./workspace/$@/other/unzip60/unzip ./build/BOOT/common/$@/ | ||
#extras | ||
cp -r ./workspace/$@/other/squashfs/output/* ./build/EXTRAS/Tools/$@/Remove\ Loading.pak/ | ||
cp ./workspace/$@/other/DinguxCommander-sdl2/DinguxCommander ./build/EXTRAS/Tools/$@/Files.pak/ | ||
cp -r ./workspace/$@/other/DinguxCommander-sdl2/res ./build/EXTRAS/Tools/$@/Files.pak/ |