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

Create .exe installation #1

Closed
kw2019ltd opened this issue Oct 23, 2020 · 13 comments
Closed

Create .exe installation #1

kw2019ltd opened this issue Oct 23, 2020 · 13 comments
Assignees

Comments

@kw2019ltd
Copy link

hi, can you publish the app as exe for windows

@leoafarias
Copy link
Member

@kw2019ltd I am testing a chocolatey distribution
choco install fvm --version=1.3.4

@leoafarias leoafarias changed the title can you create exe installtion Create .exe installation Oct 23, 2020
@muhammed-amein
Copy link

muhammed-amein commented Jan 12, 2021

I don't know why but I couldn't found it, a mean the .exe in choco

@msarkrish
Copy link

Thanks for the Awesome fvm tool. @leoafarias now flutter desktop for windows also stable, can you make the .exe file and upload it fvm.app website or put the download link in Github readme.

@leoafarias leoafarias self-assigned this Mar 10, 2021
@leoafarias leoafarias transferred this issue from leoafarias/fvm Mar 23, 2021
@mzdm
Copy link

mzdm commented Mar 23, 2021

@leoafarias +1 for this, this might help https://pub.dev/packages/squirrel to have auto-updates as well

@aguilaair
Copy link
Member

aguilaair commented Mar 26, 2021

Hey! If #11 gets merged there will be an MSIX installer for Windows, it is not as straightforward as squirrel to install but should be good enough for the time being.

@aguilaair
Copy link
Member

Squirrel doesn't look to difficult to implement either, might be worth a shot too. @leoafarias could you assign this issue to me, I'll try it out on companion and if it works well w/ the auto-update feature that'll roll out then we can add this as an asset and done.

leoafarias pushed a commit that referenced this issue Mar 26, 2021
@msarkrish
Copy link

@aguilaair when we can get .exe file?

@aguilaair
Copy link
Member

Sidekick now has .MISX, I'll experiment with squirrel soon(ish) to see if we can use it

@aguilaair
Copy link
Member

Update: Squirrel cannot currently be implemented. We'll continue to use MSIX for the foreseeable future until the NNBD migration is done and we can use it.

[sidekick] flutter pub get
Running "flutter pub get" in sidekick...                        
Because pubspec_yaml 2.0.1+1 depends on yaml ^2.2.0 and no versions of pubspec_yaml match >2.0.1+1 <3.0.0, pubspec_yaml ^2.0.1+1 requires yaml ^2.2.0.

And because every version of squirrel depends on yaml ^3.1.0 and every version of fvm from git depends on pubspec_yaml ^2.0.1+1, squirrel is incompatible with fvm from git.

So, because sidekick depends on both fvm from git and squirrel ^0.1.0, version solving failed.
pub get failed (1; So, because sidekick depends on both fvm from git and squirrel ^0.1.0, version solving failed.)
exit code 1

@leoafarias
Copy link
Member

Tried using squirrel but this dependency thing is a pain. Probably will be part of a null safety migration

@leoafarias
Copy link
Member

This is on the alpha4

@DonnC
Copy link

DonnC commented May 26, 2021

@leoafarias i know this is closed but you can check out inno setup
i use it more often to create standalone .exe files for my flutter desktop applications as installable setup files

@leoafarias
Copy link
Member

@DonnC can you create a new issue as an enhancement so we can discuss?

Would like to know the benefits over the current setup.

@ricbermo ricbermo mentioned this issue Jun 16, 2021
aguilaair pushed a commit that referenced this issue Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants