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

Desktop migration #947

Closed
wants to merge 295 commits into from
Closed

Desktop migration #947

wants to merge 295 commits into from

Conversation

atavism
Copy link
Contributor

@atavism atavism commented Nov 9, 2023

To run the app:

  • go build -buildmode=c-shared -o desktop/liblantern.dylib desktop/lib.go
  • flutter run -d macOS

@atavism atavism marked this pull request as draft November 9, 2023 05:24
@atavism
Copy link
Contributor Author

atavism commented Nov 30, 2023

Building the app for Windows is failing because of the following:

D:\a\lantern-client\lantern-client\windows\runner\flutter_window.cpp(37,24): error C2039: 'ForceRedraw': is not a member of 'flutter::FlutterViewController' [D:\a\lantern-client\lantern-client\build\windows\runner\androidlantern.vcxproj]
Building Windows application...                                 
Building Windows application...                                   233.5s
Build process failed.

@atavism
Copy link
Contributor Author

atavism commented Jan 4, 2024

I'm not sure why we are getting this error notarizing the darwin installer:

OK, this is finally fixed!

atavism and others added 22 commits January 4, 2024 20:46
* use tray manager instead of system tray

* Add menu options

* Add show menu option
…ets (#972)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.0.3...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.28.5 to 4.43.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.28.5...4.43.0)

---
updated-dependencies:
- dependency-name: fonttools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@atavism
Copy link
Contributor Author

atavism commented Feb 2, 2024

Closing in favor of #984

@atavism atavism closed this Feb 2, 2024
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.

4 participants