Skip to content

jeffshee/shanghai-flatpak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shanghai.EXE Flatpak

Build

  1. 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
  1. Clone this repo
git clone https://github.com/jeffshee/shanghai-flatpak.git
cd shanghai-flatpak
  1. 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
  1. 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
  1. 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&A

  • Q: Where is my savefile?
    • A: Here, ~/.var/app/io.gitgud.shnecro.ShanghaiEXE/data/shanghai-exe/save.she. Please backup your savefile regularly~

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages