mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Move main.js to source files dir
This commit is contained in:
14
clapper_src/main.js
Normal file
14
clapper_src/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
imports.gi.versions.Gdk = '4.0';
|
||||
imports.gi.versions.Gtk = '4.0';
|
||||
|
||||
const { Gst } = imports.gi;
|
||||
const { App } = imports.clapper_src.app;
|
||||
|
||||
Gst.init(null);
|
||||
|
||||
function main()
|
||||
{
|
||||
let clapper = new App({
|
||||
playlist: ARGV
|
||||
}).run();
|
||||
}
|
Reference in New Issue
Block a user