Skip to content

Commit

Permalink
Create opk for lepus
Browse files Browse the repository at this point in the history
  • Loading branch information
plrguez committed Jul 28, 2021
1 parent 9a0568d commit b8b8ed9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/fba_explorer.lepus.desktop
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
10 changes: 10 additions & 0 deletions bin/fba_ux.lepus.desktop
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
7 changes: 7 additions & 0 deletions bin/make_opk_lepus.sh
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

0 comments on commit b8b8ed9

Please sign in to comment.