File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -302,11 +302,10 @@ jobs:
302
302
- bin/gpu-2404-wrapper
303
303
command: bin/gopeed
304
304
extensions: [gnome]
305
+ common-id: com.gopeed.Gopeed
305
306
plugs:
306
307
- network
307
308
- home
308
- slots:
309
- - dbus-gopeed
310
309
parts:
311
310
flutter-git:
312
311
source: https://github.com/flutter/flutter.git
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
7
7
set (BINARY_NAME "gopeed" )
8
8
# The unique GTK application identifier for this application. See:
9
9
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10
- set (APPLICATION_ID "com.gopeed" )
10
+ set (APPLICATION_ID "com.gopeed.gopeed " )
11
11
12
12
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
13
13
# versions of CMake.
You can’t perform that action at this time.
0 commit comments