diff --git a/x-plane/simHeaven/x-world-asia.nix b/x-plane/simHeaven/x-world-asia.nix index 74842d7..7113656 100644 --- a/x-plane/simHeaven/x-world-asia.nix +++ b/x-plane/simHeaven/x-world-asia.nix @@ -16,8 +16,9 @@ let inherit (lib) concatStringsSep optional; dirName = "simHeaven_X-World_Asia"; linkDirs = concatStringsSep " " ([ - "${dirName}-0-exclusions" + #"${dirName}-0-exclusions" "${dirName}-1-vfr" + "${dirName}-2-regions" "${dirName}-5-footprints" "${dirName}-6-scenery" "${dirName}-7-forests" @@ -28,7 +29,7 @@ let tiles = concatStringsSep " " replaceTiles; in mkXPlaneAddon { pname = "x-world-asia"; - version = "1.1"; + version = "2.1-fix"; src = ""; buildCommand = '' mkdir -p "$out" @@ -42,7 +43,7 @@ in mkXPlaneAddon { for f in ${linkDirs} ; do mkdir "$XPLANEPATH/Custom Scenery/$f" for j in "${impureSrcPath}/$f"/* ; do - ln -s "$j" "$XPLANEPATH/Custom Scenery/$f/$(basename "$j")" + ln -s "$j" "$XPLANEPATH/Custom Scenery/$f/$(basename "$j")" done done if [ "${toString useOrtho}" = 1 ]; then diff --git a/x-plane/simHeaven/x-world-europe.nix b/x-plane/simHeaven/x-world-europe.nix index f7676ff..bc0a66b 100644 --- a/x-plane/simHeaven/x-world-europe.nix +++ b/x-plane/simHeaven/x-world-europe.nix @@ -16,7 +16,7 @@ let inherit (lib) concatStringsSep optional; dirName = "simHeaven_X-World_Europe"; linkDirs = concatStringsSep " " ([ - "${dirName}-0-exclusions" + #"${dirName}-0-exclusions" "${dirName}-1-vfr" "${dirName}-2-regions" "${dirName}-5-footprints" @@ -29,7 +29,7 @@ let tiles = concatStringsSep " " replaceTiles; in mkXPlaneAddon { pname = "x-world-europe"; - version = "1.1"; + version = "2.1-fix"; src = ""; buildCommand = '' mkdir -p "$out"