mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
According to spec, package name should always be set to main package name in DBus name format
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
#!@GJS@
|
|
|
|
imports.package.init({
|
|
name: '@PACKAGE_NAME@',
|
|
version: '@PACKAGE_VERSION@',
|
|
prefix: '@prefix@',
|
|
libdir: '@libdir@',
|
|
datadir: '@datadir@',
|
|
});
|
|
imports.package.run(imports.src.main@ID_POSTFIX@);
|