Skip to content

Commit

Permalink
Couple of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 committed Nov 10, 2024
1 parent 17ccb87 commit ae0826a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install/linux/dpkg-build/SerialLoops/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: SerialLoops
Version: #VERSION#
Section: custom
Priority: optional
Architecture: all
Architecture: amd64
Essential: no
Depends: libopenal-dev, make, dotnet-sdk-8.0
Maintainer: The Haroohie Translation Club <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions install/linux/flatpak/club.haroohie.SerialLoops.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<component type="desktop">
<id>club.haroohie.SerialLoops</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Serial Loops</name>
<launchable type="desktop-id">club.haroohie.SerialLoops.desktop</launchable>
<summary>Editor for Suzumiya Haruhi no Chokuretsu</summary>
<description>
<p>Serial Loops is a full-fledged editor for the Nintendo DS game Suzumiya Haruhi no Chokuretsu (The Series of Haruhi Suzumiya).</p>
</description>
<branding>
<color type="primary" scheme_preference="light">#eff0f1</color>
<color type="primary" scheme_preference="dark">#302f2f</color>
<color type="primary" scheme_preference="light">#9accfe</color>
<color type="primary" scheme_preference="dark">#042058</color>
</branding>
<screenshots>
<screenshot type="default">
Expand Down
1 change: 1 addition & 0 deletions install/linux/flatpak/club.haroohie.SerialLoops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ finish-args:
- --socket=x11
- --share=ipc
- --share=network
- --socket=pulseaudio
- --filesystem=~/SerialLoops:create
- --filesystem=xdg-config:create
- --env=DOTNET_ROOT=/app/lib/dotnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void Initialize(PreferencesDialog preferencesDialog, ILogger log, IConfig
OptionName = Strings.Emulator_Flatpak,
Value = Configuration.EmulatorFlatpak,
OnChange = (flatpak) => Configuration.EmulatorFlatpak = flatpak,
Enabled = !OperatingSystem.IsLinux(),
Enabled = OperatingSystem.IsLinux(),
},
new BooleanOption
{
Expand Down

0 comments on commit ae0826a

Please sign in to comment.