Skip to content
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 an assembly of the 32-bit version #655

Open
andyoknen opened this issue Aug 31, 2022 · 4 comments
Open

Add an assembly of the 32-bit version #655

andyoknen opened this issue Aug 31, 2022 · 4 comments
Assignees
Labels
contribution type: 📖 documentation Documentation related pulls and issues

Comments

@andyoknen
Copy link
Collaborator

Electron-builder allows you to do this through the package.json configuration.

I would like to note the need to work out the issue of automatic updates - the 32-bit version must download the appropriate assembly, for which it is necessary to redesign the naming system for installers.

It is also possible to provide a portable version of the application.

@shpingalet007
Copy link
Collaborator

@andyoknen, any progress on that? There is Apple Silicon edition possible too. I suggest next changes...

  • BastyonSetup-Intel.dmg
  • BastyonSetup-Silicon.dmg
  • BastyonSetup-x64.exe
  • BastyonSetup-x86.exe

@shpingalet007 shpingalet007 added the contribution type: 📖 documentation Documentation related pulls and issues label Nov 5, 2022
@shpingalet007 shpingalet007 moved this from 📋 Backlog to 🏗 In progress in Team Management Nov 5, 2022
@andyoknen
Copy link
Collaborator Author

@shpingalet007 I don't think I can be a performer for this task. I suggest finding a performer and assigning this task to him.

@shpingalet007
Copy link
Collaborator

@andyoknen, sure. I think I can try to manage this in next releases. Just wanted to know your opinion about the suggested format. Would be grateful for 👍

@shpingalet007 shpingalet007 self-assigned this Nov 5, 2022
@andyoknen
Copy link
Collaborator Author

We could include the platform name and bit depth in the file name:

BastyonSetup_win_x64.exe
BastyonSetup_mac_intel.exe
...

But it is necessary to be careful and provide for updating mechanisms. Since we use the latest*.yml for auto-updating, this may not be a big problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution type: 📖 documentation Documentation related pulls and issues
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants