X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=4c223a169356ca3322be1a1bbe09882ee8718b25;hb=0059d70d39d257132bcf9837eeb017307f2abaac;hp=ad8249c9f5b66c493fdddd79b2ff0c24e55a02fc;hpb=5d49dbb9eb00770d9fd11c748549b7427cce21d4;p=dcpomatic.git diff --git a/cscript b/cscript index ad8249c9f..4c223a169 100644 --- a/cscript +++ b/cscript @@ -653,7 +653,7 @@ def make_appimage(target, nice_name, internal_name, version): target.command('cp -r %s/share/libdcp/xsd build/%s.AppDir/usr/share/libdcp/' % (target.directory, nice_filename)) target.command('cp -r %s/share/libdcp/tags build/%s.AppDir/usr/share/libdcp/' % (target.directory, nice_filename)) if internal_name == 'dcpomatic2_disk': - target.command('mkdir -p build/%s.AppDir/usr/share/polkit-1/actions', nice_filename) + target.command('mkdir -p build/%s.AppDir/usr/share/polkit-1/actions' % nice_filename) target.command('cp %s/share/polkit-1/actions/com.dcpomatic.write-drive.policy build/%s.AppDir/usr/share/polkit-1/actions' % (target.directory, nice_filename)) with open('build/%s.AppDir/AppRun' % nice_filename, 'w') as f: