mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Make remote app binary name consistent with app ID
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
clapper_apps = [ '', 'Remote' ]
|
clapper_apps = [ '', '.Remote' ]
|
||||||
|
|
||||||
foreach id_postfix : clapper_apps
|
foreach id_postfix : clapper_apps
|
||||||
bin_conf = configuration_data()
|
bin_conf = configuration_data()
|
||||||
|
@@ -25,7 +25,7 @@ class ClapperWebApp extends Gio.SubprocessLauncher
|
|||||||
if(this.remoteApp)
|
if(this.remoteApp)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this.remoteApp = this.spawnv([Misc.appId + 'Remote']);
|
this.remoteApp = this.spawnv([Misc.appId + '.Remote']);
|
||||||
this.remoteApp.wait_async(null, this._onRemoteClosed.bind(this));
|
this.remoteApp.wait_async(null, this._onRemoteClosed.bind(this));
|
||||||
|
|
||||||
debug('remote app started');
|
debug('remote app started');
|
||||||
|
Reference in New Issue
Block a user