Skip to content

Commit 9f1b01b

Browse files
committed
app id update
1 parent fa12cce commit 9f1b01b

14 files changed

+21
-21
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ jobs:
101101
cp ./bin/Release/net8.0/linux-x64/publish/libwebview.so flatpak-artifact/ || cp ./bin/Release/net8.0/linux-x64/publish/webview.so flatpak-artifact/ || true
102102
cp ./bin/Release/net8.0/linux-x64/publish/libnfd.so flatpak-artifact/ || cp ./bin/Release/net8.0/linux-x64/publish/nfd.so flatpak-artifact/ || true
103103
cp flatpak/setup.sh flatpak-artifact/
104-
cp flatpak/com.github.rthomasv3.ScumBag.desktop flatpak-artifact/
105-
cp flatpak/com.github.rthomasv3.ScumBag.metainfo.xml flatpak-artifact/
106-
cp flatpak/com.github.rthomasv3.ScumBag.64.png flatpak-artifact/
107-
cp flatpak/com.github.rthomasv3.ScumBag.128.png flatpak-artifact/
108-
cp flatpak/com.github.rthomasv3.ScumBag.256.png flatpak-artifact/
109-
cp flatpak/com.github.rthomasv3.ScumBag.512.png flatpak-artifact/
104+
cp flatpak/io.github.rthomasv3.ScumBag.desktop flatpak-artifact/
105+
cp flatpak/io.github.rthomasv3.ScumBag.metainfo.xml flatpak-artifact/
106+
cp flatpak/io.github.rthomasv3.ScumBag.64.png flatpak-artifact/
107+
cp flatpak/io.github.rthomasv3.ScumBag.128.png flatpak-artifact/
108+
cp flatpak/io.github.rthomasv3.ScumBag.256.png flatpak-artifact/
109+
cp flatpak/io.github.rthomasv3.ScumBag.512.png flatpak-artifact/
110110
111111
- name: Archive Flatpak Artifacts
112112
if: matrix.platform == 'ubuntu-latest'

Scum Bag.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Scum_Bag</RootNamespace>
7-
<ApplicationIcon>com.github.rthomasv3.ScumBag.ico</ApplicationIcon>
7+
<ApplicationIcon>io.github.rthomasv3.ScumBag.ico</ApplicationIcon>
88
</PropertyGroup>
99

1010
<ItemGroup>
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<Content Include="com.github.rthomasv3.ScumBag.ico" />
24+
<Content Include="io.github.rthomasv3.ScumBag.ico" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

Services/GameService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private void UpdateSteamLibrary(bool logInfo = false)
330330
{
331331
// Log that this library needs manual permission
332332
_loggingService.LogInfo($"Steam library at {libraryFolder.Path} requires permission. " +
333-
$"Run: flatpak override --user --filesystem={libraryFolder.Path}:ro com.github.rthomasv3.ScumBag");
333+
$"Run: flatpak override --user --filesystem={libraryFolder.Path}:ro io.github.rthomasv3.ScumBag");
334334
}
335335
}
336336
else if (logInfo)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

flatpak/com.github.rthomasv3.ScumBag.desktop renamed to flatpak/io.github.rthomasv3.ScumBag.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name=Scum Bag
33
GenericName=Save Scummer
44
Comment=Automatically backup and restore game save files
55
Exec=scum-bag
6-
Icon=com.github.rthomasv3.ScumBag
6+
Icon=io.github.rthomasv3.ScumBag
77
Terminal=false
88
Type=Application
99
Categories=Game;Utility;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app-id": "com.github.rthomasv3.ScumBag",
2+
"app-id": "io.github.rthomasv3.Scum-Bag",
33
"runtime": "org.gnome.Platform",
44
"runtime-version": "47",
55
"sdk": "org.gnome.Sdk",

flatpak/com.github.rthomasv3.ScumBag.metainfo.xml renamed to flatpak/io.github.rthomasv3.ScumBag.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>com.github.rthomasv3.ScumBag</id>
3+
<id>io.github.rthomasv3.ScumBag</id>
44
<name>Scum Bag</name>
55
<summary>Save Scummer - Automatically backup and restore game save files</summary>
66

@@ -21,7 +21,7 @@
2121
</ul>
2222
</description>
2323

24-
<launchable type="desktop-id">com.github.rthomasv3.ScumBag.desktop</launchable>
24+
<launchable type="desktop-id">io.github.rthomasv3.ScumBag.desktop</launchable>
2525

2626
<url type="homepage">https://github.com/rthomasv3/Scum-Bag</url>
2727
<url type="bugtracker">https://github.com/rthomasv3/Scum-Bag/issues</url>

0 commit comments

Comments
 (0)