How to build the win-x64 executable? #37
Answered
by
tautcony
christescu
asked this question in
Q&A
|
In order to build the executable I use: dotnet publish --self-contained true in VSCode. |
Answered by
tautcony
Dec 13, 2024
Replies: 3 comments
|
Well... the answer is in your command argument, |
0 replies
|
Yes, that's clear, but how should I proceed to get exactly the released Ista-patcher.exe file from provided source code? |
0 replies
|
All released files are built by github action, check command here: ISTA-Patcher/.github/workflows/build.yml Line 51 in 4ffd9f6 |
0 replies
Answer selected by
christescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All released files are built by github action, check command here:
ISTA-Patcher/.github/workflows/build.yml
Line 51 in 4ffd9f6