Skip to content

Commit

Permalink
try without path
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 22, 2024
1 parent 2026076 commit 1ca94f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Electron.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function get_electron_binary_cmd()
end
end

const MAIN_JS = @path joinpath(@__DIR__, "main.js")
const MAIN_JS = joinpath(@__DIR__, "main.js")

"""
function Application()
Expand Down

0 comments on commit 1ca94f1

Please sign in to comment.