mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
#!@GJS@
|
|
|
|
imports.package.init({
|
|
name: '@PACKAGE_NAME@',
|
|
version: '@PACKAGE_VERSION@',
|
|
prefix: '@prefix@',
|
|
libdir: '@libdir@',
|
|
});
|
|
imports.package.run(imports.src.main@ID_POSTFIX@);
|