diff --git a/clapper_src/mainRemote.js b/clapper_src/mainRemote.js index 53bafed1..bdbf3b92 100644 --- a/clapper_src/mainRemote.js +++ b/clapper_src/mainRemote.js @@ -7,7 +7,6 @@ const Misc = imports.clapper_src.misc; const ID_POSTFIX = 'Remote'; Misc.clapperPath = `${pkg.datadir}/${Misc.appId}`; -Misc.appName += ID_POSTFIX; Misc.appId += '.' + ID_POSTFIX; function main()