Skip to content

Commit 0ecbc7b

Browse files
committed
temp
1 parent 63b3144 commit 0ecbc7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
dbus-gopeed:
294294
interface: dbus
295295
bus: session
296-
name: com.gopeed.gopeed
296+
name: com.gopeed.Gopeed
297297
298298
apps:
299299
gopeed:

ui/flutter/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
77
set(BINARY_NAME "gopeed")
88
# The unique GTK application identifier for this application. See:
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10-
set(APPLICATION_ID "com.gopeed")
10+
set(APPLICATION_ID "com.gopeed.gopeed")
1111

1212
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1313
# versions of CMake.

0 commit comments

Comments
 (0)