Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d6abfbd

Browse files
committed
update path
1 parent e4fc4c9 commit d6abfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/makePtx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
source ~/.virtualenvs/compdev39/bin/activate
99
npm run dist
1010
source ~/.virtualenvs/json2xml/bin/activate
11-
python dist2xml.py $1 > runestone/dist/webpack_static_imports.xml
11+
python scripts/dist2xml.py $1 > runestone/dist/webpack_static_imports.xml
1212
cd runestone
1313
tar zcf dist-$1.tgz dist
1414
deactivate

0 commit comments

Comments
 (0)