mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Comply with GJS packaging spec
According to spec, package name should always be set to main package name in DBus name format
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#!@GJS@
|
||||
|
||||
const Package = imports.package;
|
||||
|
||||
Package.init({
|
||||
imports.package.init({
|
||||
name: '@PACKAGE_NAME@',
|
||||
version: '@PACKAGE_VERSION@',
|
||||
prefix: '@prefix@',
|
||||
libdir: '@libdir@',
|
||||
datadir: '@datadir@',
|
||||
});
|
||||
Package.run(imports.src.main);
|
||||
imports.package.run(imports.src.main@ID_POSTFIX@);
|
||||
|
Reference in New Issue
Block a user