File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ app-id : com.github.skarva.lockbox
2+
3+ runtime : io.elementary.Platform
4+ runtime-version : ' 6.1'
5+ sdk : io.elementary.Sdk
6+
7+ command : com.github.skarva.lockbox
8+
9+ finish-args :
10+ - ' --share=ipc'
11+ - ' --socket=fallback-x11'
12+ - ' --socket=wayland'
13+ - ' --talk-name=org.freedesktop.secrets'
14+
15+ modules :
16+ - name : lockbox
17+ buildsystem : meson
18+ sources :
19+ - type : dir
20+ path : .
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ namespace Lockbox {
4343
4444 Granite . Services . Logger . initialize (" Lock Box" );
4545 Granite . Services . Logger . DisplayLevel = Granite . Services . LogLevel . NOTIFY ;
46-
47- Granite . Services . Paths . initialize (" lockbox" , Constants . DATADIR );
4846 }
4947
5048 public static Application _instance = null ;
You can’t perform that action at this time.
0 commit comments