VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.06k stars 1.07k forks source link

The master and insider branches run the "./build/build. sh" command, but do not build an installation version, only a non installation version. Why is this? #1785

Closed kevinKaikai closed 2 months ago

kevinKaikai commented 8 months ago

image

image

Perhaps it is because the file is missing in subsequent versions image

But now I don't know the reason why the content is missing after compiling due to the lack of this file

daiyam commented 8 months ago

Use ./build/build.sh -p to build the installers

kevinKaikai commented 8 months ago

image image image

Use ./build/build.sh -p

There is only one compressed package and no installed version. How can I solve this problem?

daiyam commented 8 months ago

I think you are missing the WiX Toolset which is used to create the .msi What error do you have?

kevinKaikai commented 8 months ago

Firstly, thank you very much. I had found what I need. 2ec318cef3acd623c86ca1eeefb91e6

But I encountered a new problem. I encountered an error while compiling using vscodium 1.84.2.23319 image

Do I need to change the version? Or is there a corresponding solution?

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!