forked from goldmojo/fba-sdl
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
3 changed files
with
29 additions
and
0 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,12 @@ | ||
[Desktop Entry] | ||
Name=FinalBurnAlpha | ||
Comment=Arcade machine emulator - FBA 0.2.97.44 | ||
Exec=fbasdl_lepus.dge %f | ||
Terminal=false | ||
Type=Application | ||
StartupNotify=true | ||
Icon=fba_icon | ||
Categories=emulators; | ||
X-OD-NeedsDownscaling=true | ||
X-OD-Filter=.zip | ||
X-OD-Alias=aliases.txt |
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,10 @@ | ||
[Desktop Entry] | ||
Name=FBA UX | ||
Comment=FBA 0.2.97.44 - for setup/vertical mode | ||
Exec=fbasdl_lepus.dge | ||
Terminal=false | ||
Type=Application | ||
StartupNotify=true | ||
Icon=fba_icon | ||
Categories=emulators; | ||
X-OD-NeedsDownscaling=true |
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,7 @@ | ||
#!/bin/sh | ||
|
||
rm -f fba_lepus.opk | ||
rm -f fba_ui_only_lepus.opk | ||
|
||
mksquashfs skin fbasdl_lepus.dge skin/fba_icon.png fba_ux.lepus.desktop fba_explorer.lepus.desktop aliases.txt fba_lepus.opk -all-root -no-xattrs -noappend -no-exports | ||
mksquashfs skin fbasdl_lepus.dge skin/fba_icon.png fba_ux.lepus.desktop fba_ui_only_lepus.opk -all-root -no-xattrs -noappend -no-exports |