Skip to content

Commit ceedac0

Browse files
ci: fixed programcodes error due to incorrect folder path
1 parent c522539 commit ceedac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-exe.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyinstaller --name=compass website\start.py --copy-metadata django-bootstrap-v5 --noconfirm --add-data=website\algorithms\templates:algorithms\templates
2-
xcopy website\algorithms\programcodes dist\start\algorithms\programcodes /e /i /h
2+
xcopy website\algorithms\programcodes dist\compass\algorithms\programcodes /e /i /h

0 commit comments

Comments
 (0)