Skip to content

Commit 6ff3187

Browse files
committed
Fix plugin name in linuxdeploy.conf
1 parent abbd4d3 commit 6ff3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldnp/abstractpackager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def write_ldnp_conf(self):
253253
except FileNotFoundError:
254254
pass
255255

256-
config["ldnp"] = {
256+
config["native_packages"] = {
257257
"appdir_installed_path": str(self.appdir_installed_path),
258258
}
259259

0 commit comments

Comments
 (0)