- Build dependencies
# Install flatpak and flatpak-builder, follow the guide for your distro
# Ref: https://flatpak.org/setup/
# Alternately, you can also install flatpak-builder as a flatpak (recommended for Steam Deck)
flatpak install flathub org.flatpak.Builder
# Install platform runtime and SDK
flatpak install flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
- Clone this repo
git clone https://github.com/jeffshee/shanghai-flatpak.git
cd shanghai-flatpak
- Build only (You may skip this step)
flatpak-builder build-dir io.gitgud.shnecro.ShanghaiEXE.yml
# Alternately, use this instead if you have installed flatpak-builder as a flatpak
flatpak run org.flatpak.Builder build-dir io.gitgud.shnecro.ShanghaiEXE.yml
- Build and install
flatpak-builder --user --install --force-clean build-dir io.gitgud.shnecro.ShanghaiEXE.yml
# Alternately, use this instead if you have installed flatpak-builder as a flatpak
flatpak run org.flatpak.Builder --user --install --force-clean build-dir io.gitgud.shnecro.ShanghaiEXE.yml
- Jack in! Shanghai.EXE! Execute! 😎
# To launch the game
flatpak run io.gitgud.shnecro.ShanghaiEXE
# To launch the key config dialog
flatpak run --command="KeyConfig" io.gitgud.shnecro.ShanghaiEXE
- Q: Where is my savefile?
- A: Here,
~/.var/app/io.gitgud.shnecro.ShanghaiEXE/data/shanghai-exe/save.she
. Please backup your savefile regularly~
- A: Here,
- Continued development
- Hi-Res app icon used in Flatpak
- Modified from kuroさん's illustration