Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

-exe not working in compiled exe/dll file. #125

Closed
KookaburraShell opened this issue Sep 4, 2021 · 1 comment · Fixed by #128
Closed

-exe not working in compiled exe/dll file. #125

KookaburraShell opened this issue Sep 4, 2021 · 1 comment · Fixed by #128
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@KookaburraShell
Copy link
Collaborator

Bug Report

Current Behavior
-exe command not working in compiled exe/dll files.

Additional context/Screenshots
image

@KookaburraShell KookaburraShell added bug Something isn't working invalid This doesn't seem right labels Sep 4, 2021
@AZProductions
Copy link
Owner

Fixed, used Process.GetCurrentProcess().MainModule.FileName instead of System.Reflection.Assembly.GetEntryAssembly().Location.

Fix will be implemented in Version 0.8.5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants