You are viewing a single comment's thread. View all
0
Thumos on scored.co
3 months ago0 points(+0/-0)
If you've downloaded the .zip file on GitHub by opening `<> Code` and clicking `Download ZIP`, then it will only contain the source code itself which doesn't contain the .exe. To download the application containing the .exe file, you'll need to head over to the Releases page (https://github.com/Thumos96/VPKEdit/releases/latest) and download either the standalone version (VPKEdit-Windows-Standalone-msvc-Release.zip
) or the installer version (VPKEdit-Windows-Installer-msvc-Release.zip
).
Additionally, the `winget install vpkedit` command is only able to install VPKEdit from the main repository because my fork isn't in the Windows Package Manager. In order for the application to be added to the Windows Package Manager, I'll have to see if my fork is able to make it through the validation process before I'm allowed to change the `winget` command. In the meantime, I removed the command so users can avoid downloading the application from the wrong repository.
As for the INSTALL.md file, I forgot to modify the links that take you to the Releases page. Because of this, I edited the file so the links will redirect you to my fork of the repository.
) or the installer version (VPKEdit-Windows-Installer-msvc-Release.zip
).
Additionally, the `winget install vpkedit` command is only able to install VPKEdit from the main repository because my fork isn't in the Windows Package Manager. In order for the application to be added to the Windows Package Manager, I'll have to see if my fork is able to make it through the validation process before I'm allowed to change the `winget` command. In the meantime, I removed the command so users can avoid downloading the application from the wrong repository.
As for the INSTALL.md file, I forgot to modify the links that take you to the Releases page. Because of this, I edited the file so the links will redirect you to my fork of the repository.