flathub-infra / ide-flatpak-wrapper

Wrapper for setting up development environment in flatpak sandbox
MIT License
14 stars 12 forks source link

Add zypak support #13

Open gasinvein opened 2 years ago

gasinvein commented 2 years ago

Supporting Zypak requires splitting the wrapper into two parts: "inner" (editor-wrapper.sh) and "outer" (editor.sh). The reason for this is that we need to setup cli args only when the user launches the app manually, but not when Electron reexecs itself.