NikolaiVChr / flightgear-saab-ja-37-viggen

Saab 37 Viggen for Flightgear flight simulator
http://wiki.flightgear.org/Saab_37_Viggen
GNU General Public License v2.0
26 stars 15 forks source link

Please extract folder #178

Closed ghost closed 2 years ago

ghost commented 2 years ago

Please extract folder because if I extract it by myself I won't be able to update it with "git pull"

SammySkycrafts commented 2 years ago

All you need to do is add the folder that you downloaded to FG. then you can do git pull as normal. You can see how I do it in the screenshot below: image

colingeniet commented 2 years ago

I see where you're coming from, but there's no way I'm moving the repository root directory, sorry. It messes up git log <file> history, it's a recipe to accidentally delete out-of-tree files when checking out old versions, etc. Too many issues to justify the change.

You can do as Sammy suggests, or simply add a symlink: Aircraft/JA37 -> Aircraft/flightgear-saab-ja-37-viggen/Aircraft/JA37.

ghost commented 2 years ago

Okay, thanks.