mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +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
|
||||
bin_conf = configuration_data()
|
||||
|
@@ -25,7 +25,7 @@ class ClapperWebApp extends Gio.SubprocessLauncher
|
||||
if(this.remoteApp)
|
||||
return;
|
||||
|
||||
this.remoteApp = this.spawnv([Misc.appId + 'Remote']);
|
||||
this.remoteApp = this.spawnv([Misc.appId + '.Remote']);
|
||||
this.remoteApp.wait_async(null, this._onRemoteClosed.bind(this));
|
||||
|
||||
debug('remote app started');
|
||||
|
Reference in New Issue
Block a user