Skip to content

Commit

Permalink
fix exe path for upgrade check
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Oct 10, 2023
1 parent 5be8a25 commit b4ff8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ int main(string[] args)
{
import std.digest.sha : SHA256;

File myself = File(args[0], "r");
File myself = File(thisExePath, "r");
SHA256 sha;
ubyte[4096] data;

Expand Down

0 comments on commit b4ff8ac

Please sign in to comment.