OrchidTechnologies / orchid

Orchid: VPN, Personal Firewall
https://www.orchid.com/
GNU Affero General Public License v3.0
655 stars 102 forks source link

lib folder missing from Flutter app source code #60

Closed tailorvj closed 4 years ago

tailorvj commented 4 years ago

Describe the bug Instead of the lib folder, you have committed a symlink to shared/gui/lib. @saurik

To Reproduce

  1. Go to https://github.com/OrchidTechnologies/orchid/blob/master/app-flutter/lib

Expected behavior A lib folder with the Dart code for the Flutter app

Kind regards, Tailor

saurik commented 4 years ago

The lib folder is on the other side of the symlink (that's what symlinks are for): under the shared folder (which is itself a symlink) under the gui folder (which is also a symlink) and then under that lib. (FWIW, that app-flutter folder is itself only to be used for testing flutter skeleton framework builds: it will not and cannot build a functioning Orchid application, as it will be missing the actual Orchid VPN backend; you must do actual "real" builds from the various app- folders for the actual platforms... all of which, of course, also have symlinks for the lib folder.)