mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
fix platform
This commit is contained in:
parent
c3365616a5
commit
867629afbe
@ -55,8 +55,8 @@ async function main() {
|
||||
}
|
||||
|
||||
if (!fs.existsSync(git_exec)) {
|
||||
if (!process.platform === "win32") {
|
||||
git_exec = null
|
||||
if (process.platform !== "win32") {
|
||||
return git_exec = null
|
||||
}
|
||||
|
||||
const tempPath = path.resolve(binariesPath, "git-bundle.zip")
|
||||
|
Loading…
x
Reference in New Issue
Block a user