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

scripts,GitHubCI,Backend: add .NET6 snap #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

webwarrior-ws
Copy link
Contributor

Supersedes #207

Use .NET6 to build snap package. Publish Frontend.Console as
single executable in in snap_build script.

Modified launch script to point to gwallet executable generated
with new settings.

Set InvariantGlobalization to true in Backend and
Frontend.Console projects to fix error when launching
gwallet installed by snap. Error in question was:
```
Process terminated. Couldn't find a valid ICU package installed
on the system. Please install libicu using your package manager
and try again. Alternatively you can set the configuration flag
System.Globalization.Invariant to true if you want to run with
no globalization support.
```

Set correct configPath when GWallet is in a snap package.

Build mono snap package alongside .net6. Also upload mono snap
package as artifact and test it. It is needed because the
frontend branch can't switch yet to dotnet-based snap.

When building snap package with .NET6, only include single-file
executable in package.

Added "publish" command to make.fsx and Makefile.
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

Successfully merging this pull request may close these issues.

1 participant