File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 path : ./dist/YTPMVE_UI.exe
3131 - name : Create zip file for pre-release
3232 run : |
33- move ./dist/YTPMVE .exe .
33+ move ./dist/YTPMVE_UI .exe .
3434 mkdir YTPMVE
3535 Get-Content .\installfiles.txt | foreach { mv $_ .\YTPMVE}
3636 Compress-Archive .\YTPMVE YTPMVE-$(((get-date).ToUniversalTime()).ToString("yyyyMMdd-HHmmss")).zip
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ public void FromVegas(Vegas vegas)
241241
242242 string path = vegas . InstallationDirectory + "\\ .." + "\\ YTPMVE\\ " ; //Full path to engine files included with the installation of YTPMVE.
243243 string py_file_path = "\" " + path + "YTPMVE_UI.py" + "\" " ;
244- string exe_file_path = "\" " + path + "YTPMVE .exe" + "\" " ;
244+ string exe_file_path = "\" " + path + "YTPMVE_UI .exe" + "\" " ;
245245
246246
247247 /*CHANGE THIS LINE TO CONTROL WHETHER THE EXECUTABLE OR PYTHON VERSION IS USED*/
You can’t perform that action at this time.
0 commit comments