aboutsummaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2017-09-26 10:05:04 +0200
committerFredrik Thulin <fredrik@thulin.net>2017-09-26 10:05:04 +0200
commit42777dc6db1d395ccbde426962c66f201acebdee (patch)
treea26590b2503c7b734f4428aaa06d8f695b5baa03 /convert.sh
parent247c039850d23399c53d0af445b93f55a15fcf7b (diff)
loads of updates
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/convert.sh b/convert.sh
index b5538ec..8d1147b 100755
--- a/convert.sh
+++ b/convert.sh
@@ -13,7 +13,9 @@ export A2K_STARTTIME="1476542686"
altiumdir="rev03-Altium"
kicaddir="rev03-KiCad"
-test -d altium2kicad || git clone https://github.com/thesourcerer8/altium2kicad
+#test -d altium2kicad || git clone https://github.com/thesourcerer8/altium2kicad
+# We currently need some Cryptech hacks to this script, so get it from fredrikt's fork instead.
+test -d altium2kicad || git clone -b ft-2017-09-cryptech_mods https://github.com/fredrikt/altium2kicad
rm -rf ${altiumdir}
cp -rp ../../../hardware/cad/rev03/ ${altiumdir}