Files
clapper/bin/com.github.rafostar.Clapper.in
Rafał Dzięgiel 873e724bf2 Comply with GJS packaging spec
According to spec, package name should always be set to main package name in DBus name format
2021-09-06 17:22:34 +02:00

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@);