diff --git a/src/boot/boot.janet b/src/boot/boot.janet index a32ad6d8..9fcfd374 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -4194,7 +4194,7 @@ (def path (bundle-rpath path)) (def clean (get config :clean)) (def check (get config :check)) - (default bundle-name (last (string/split sep path))) + (default bundle-name (last (string/split "/" path))) (assert (not (string/check-set "\\/" bundle-name)) (string "bundle-name " bundle-name