Skip to content

Commit

Permalink
Edited to work with McStas miniconda3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajulik1997 authored Sep 2, 2017
1 parent ba1ca20 commit bcd3e5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compile.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
@echo off
setlocal
PATH=C:\mcstas-2.4.1\miniconda3\Scripts;%PATH%
@echo on
pyinstaller ^
--distpath=./__TEMP__/dist ^
--workpath=./__TEMP__/build ^
--specpath=./__TEMP__/ ^
--noconfirm ^
--clean ^
--onefile ^
--specpath=./__TEMP__/ ^
--icon=./icon.ico ^
SWINE.py

0 comments on commit bcd3e5b

Please sign in to comment.