https://github.com/ergolyam/cdda-exp-flatpak
My flatpak repository for experimental builds of Cataclysm: Dark Days Ahead.
https://github.com/ergolyam/cdda-exp-flatpak
Last synced: 2 months ago
JSON representation
My flatpak repository for experimental builds of Cataclysm: Dark Days Ahead.
- Host: GitHub
- URL: https://github.com/ergolyam/cdda-exp-flatpak
- Owner: ergolyam
- Created: 2025-06-20T16:40:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T17:59:30.000Z (2 months ago)
- Last Synced: 2025-08-02T20:00:35.510Z (2 months ago)
- Homepage:
- Size: 306 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cdda-exp-flatpak
My flatpak repository for experimental builds of Cataclysm: Dark Days Ahead.## Using the Flathub repository
- Add repository:
```bash
flatpak remote-add --user cdda-exp https://ergolyam.github.io/cdda-exp-flatpak/ergolyam.flatpakrepo
```- Install package:
```bash
flatpak install --user cdda-exp org.cataclysmdda.CataclysmDDA.experimental
```- To prevent the package from updating automatically, fix this:
```bash
flatpak mask --user org.cataclysmdda.CataclysmDDA.experimental
```
- You can update a fixed package as follows:
```bash
flatpak update --user org.cataclysmdda.CataclysmDDA.experimental
```