acme-commander
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,2 +5,4 @@ #!/usr/bin/gjs | ||
const path = /^.*?@(.*):/.exec(new Error().stack)[1]; | ||
const modules = imports.gi.Gio.File.new_for_path(path).get_parent().get_parent().get_parent().get_path(); | ||
imports.searchPath.push(modules); | ||
const dirname = imports.gi.Gio.File.new_for_path(path).get_parent().get_parent().get_path(); | ||
@@ -7,0 +9,0 @@ imports.searchPath.push(dirname); |
{ | ||
"name": "acme-commander", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Twin-panel file manager", | ||
@@ -5,0 +5,0 @@ "bin": "bin/acme-commander.sh", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236647
7245