nblockchain / geewallet

geewallet is a non-custodial, minimalistic & pragmatist opensource crossplatform lightweight brainwallet to hold the most important cryptoassets in the same application with ease & peace of mind
MIT License
61 stars 37 forks source link

FE.XF.GTK: open console app with --console arg #239

Closed aarani closed 8 months ago

aarani commented 1 year ago

This commit allows for XF.GTK to open/call console version when passed the "--console" argument.

For Frontend.Console to be callable/referenceable from Frontend.XF.GTK, it needs to be built in .netstandard2.0 instead of net6.0, this commit does that. .NETStandard build happens when either a flag is passed (for stockdotnet6+stockmono lane) or when we're building on mono (for other lanes building XF.GTK).

knocte commented 9 months ago

Self-reminder: mmm, as part of this PR we should probably include one last commit that runs integration tests with --update-servers parameter on the snap file.

knocte commented 8 months ago

I separated 1st commit in two, so that I could include the 1st one in .git-blame-ignore-revs.

or when we're building on mono (for other lanes building XF.GTK).

@aarani sorry I still don't understand the reason for this above ^ Why mono?

knocte commented 8 months ago

Superseded by https://github.com/nblockchain/geewallet/pull/262