Skip to content

Commit 037f2d6

Browse files
committed
Change AppImage related ID to org.openani.animeko
1 parent c82b2e0 commit 037f2d6

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ jobs:
727727
cp -r app/desktop/build/compose/binaries/main-release/app/Ani/* AppDir/usr
728728
729729
cp app/desktop/appResources/linux-x64/AppRun AppDir/AppRun
730-
cp app/desktop/appResources/linux-x64/org.myani.animeko.desktop AppDir/org.myani.animeko.desktop
730+
cp app/desktop/appResources/linux-x64/org.openani.animeko.desktop AppDir/org.openani.animeko.desktop
731731
cp app/desktop/appResources/linux-x64/icon.png AppDir/icon.png
732732
cp -r app/desktop/appResources/linux-x64/share AppDir/usr/
733733

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ jobs:
14871487
cp -r app/desktop/build/compose/binaries/main-release/app/Ani/* AppDir/usr
14881488
14891489
cp app/desktop/appResources/linux-x64/AppRun AppDir/AppRun
1490-
cp app/desktop/appResources/linux-x64/org.myani.animeko.desktop AppDir/org.myani.animeko.desktop
1490+
cp app/desktop/appResources/linux-x64/org.openani.animeko.desktop AppDir/org.openani.animeko.desktop
14911491
cp app/desktop/appResources/linux-x64/icon.png AppDir/icon.png
14921492
cp -r app/desktop/appResources/linux-x64/share AppDir/usr/
14931493

.github/workflows/src.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ class WithMatrix(
16531653
cp -r app/desktop/build/compose/binaries/main-release/app/Ani/* AppDir/usr
16541654
16551655
cp app/desktop/appResources/linux-x64/AppRun AppDir/AppRun
1656-
cp app/desktop/appResources/linux-x64/org.myani.animeko.desktop AppDir/org.myani.animeko.desktop
1656+
cp app/desktop/appResources/linux-x64/org.openani.animeko.desktop AppDir/org.openani.animeko.desktop
16571657
cp app/desktop/appResources/linux-x64/icon.png AppDir/icon.png
16581658
cp -r app/desktop/appResources/linux-x64/share AppDir/usr/
16591659

app/desktop/appResources/linux-x64/org.myani.animeko.desktop

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
share/applications/org.openani.animeko.desktop

app/desktop/appResources/linux-x64/share/applications/org.myani.animeko.desktop renamed to app/desktop/appResources/linux-x64/share/applications/org.openani.animeko.desktop

File renamed without changes.

app/desktop/appResources/linux-x64/share/metainfo/org.myani.animeko.appdata.xml renamed to app/desktop/appResources/linux-x64/share/metainfo/org.openani.animeko.appdata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>org.myani.animeko</id>
3+
<id>org.openani.animeko</id>
44
<metadata_license>CC0-1.0</metadata_license>
55
<project_license>AGPL-3.0</project_license>
66
<name>Animeko</name>
77
<summary>集找番、追番、看番的一站式弹幕追番平台</summary>
88
<description>
99
<p>Animeko 是一个集找番、追番、看番于一体的弹幕追番平台。</p>
1010
</description>
11-
<launchable type="desktop-id">org.myani.animeko.desktop</launchable>
11+
<launchable type="desktop-id">org.openani.animeko.desktop</launchable>
1212
<url type="homepage">https://animeko.org/</url>
1313
<screenshots>
1414
<screenshot type="default">
1515
<image>https://animeko.org/showcase/pc/1.jpg</image>
1616
</screenshot>
1717
</screenshots>
1818
<provides>
19-
<id>org.myani.animeko.desktop</id>
19+
<id>org.openani.animeko.desktop</id>
2020
</provides>
2121
</component>

0 commit comments

Comments
 (0)