We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b3144 commit 0ecbc7bCopy full SHA for 0ecbc7b
.github/workflows/build.yml
@@ -293,7 +293,7 @@ jobs:
293
dbus-gopeed:
294
interface: dbus
295
bus: session
296
- name: com.gopeed.gopeed
+ name: com.gopeed.Gopeed
297
298
apps:
299
gopeed:
ui/flutter/linux/CMakeLists.txt
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
7
set(BINARY_NAME "gopeed")
8
# The unique GTK application identifier for this application. See:
9
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10
-set(APPLICATION_ID "com.gopeed")
+set(APPLICATION_ID "com.gopeed.gopeed")
11
12
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
13
# versions of CMake.
0 commit comments