Skip to content

Commit bee8a7f

Browse files
committed
test
1 parent bd4ec72 commit bee8a7f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,10 @@ jobs:
302302
- bin/gpu-2404-wrapper
303303
command: bin/gopeed
304304
extensions: [gnome]
305+
common-id: com.gopeed.Gopeed
305306
plugs:
306307
- network
307308
- home
308-
slots:
309-
- dbus-gopeed
310309
parts:
311310
flutter-git:
312311
source: https://github.com/flutter/flutter.git

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)