mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 03:07:41 +00:00
Fix installer.
This commit is contained in:
@@ -236,7 +236,8 @@
|
||||
"Take a source file path and convert it to an output path."
|
||||
[path from-ext to-ext]
|
||||
(->> path
|
||||
(string/replace-all sep "___")
|
||||
(string/replace-all "\\" "___")
|
||||
(string/replace-all "/" "___")
|
||||
(string/replace-all from-ext to-ext)
|
||||
(string "build" sep)))
|
||||
|
||||
|
Reference in New Issue
Block a user