-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WinFSP to installer #6535
Milestone
Comments
FirelightFlagboy
added a commit
that referenced
this issue
Mar 7, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 7, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 7, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 7, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 8, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 11, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 11, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 11, 2024
- Use the electron-builder hook `boforePack` to download the WinFSP. - Add a custom NSIS script to install WinFSP if it's not already installed.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 11, 2024
- Use the electron-builder hook `boforePack` to download the WinFSP. - Add a custom NSIS script to install WinFSP if it's not already installed.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 11, 2024
- Use the electron-builder hook `boforePack` to download the WinFSP. - Add a custom NSIS script to install WinFSP if it's not already installed.
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 12, 2024
- Use the electron-builder hook `boforePack` to download the WinFSP. - Add a custom NSIS script to install WinFSP if it's not already installed.
FirelightFlagboy
added a commit
that referenced
this issue
Mar 12, 2024
Having a js file will enable further customization of the build process. That capability will be used notably for #6535 to download `WinFSP` installer when building the Windows installer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To include
WinFSP
in the electron installer for Windows, we need to use a customnsi
script provide withnsis.script
.We could be inspired by what we have done previously
installer.nsi
But we would need to setup the env beforehand (e.g.: downloading
winfsp setup.exe
that was done infreeze_program.py
)Fortunatly,
electron-builder
provide an API that could be used inside ajs
script: electron-build-apiThe text was updated successfully, but these errors were encountered: