diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-04-02 19:00:17 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-04-02 19:06:17 +0200 |
| commit | d8de2f17dd4cc0b203037a2beaffea2dba56164c (patch) | |
| tree | 813725d727d9363bf36117b76b82aa0eaa732953 | |
| parent | 267407c69d1c2ce9d32a61622976c28212aa608d (diff) | |
| download | mullvadvpn-d8de2f17dd4cc0b203037a2beaffea2dba56164c.tar.xz mullvadvpn-d8de2f17dd4cc0b203037a2beaffea2dba56164c.zip | |
Fix a destination path for assets/geo
| -rw-r--r-- | gui/geo-data/integrate-into-app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/geo-data/integrate-into-app.py b/gui/geo-data/integrate-into-app.py index b075482b6d..bf42d60313 100644 --- a/gui/geo-data/integrate-into-app.py +++ b/gui/geo-data/integrate-into-app.py @@ -7,7 +7,7 @@ import shutil SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) SOURCE_DIR = os.path.join(SCRIPT_DIR, "out") -DESTINATION_DIR = os.path.realpath(os.path.join(SCRIPT_DIR, "../src/assets/geo")) +DESTINATION_DIR = os.path.realpath(os.path.join(SCRIPT_DIR, "../assets/geo")) FILES_TO_COPY = [ "cities.rbush.json", |
