Skip to content

Commit

Permalink
Remove Window
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantersoft committed May 29, 2024
1 parent 8d4421a commit 41b5cc8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -r requirements.txt
- name: Build executable
run: |
pyinstaller --onefile YTPMVE_UI.py
pyinstaller --onefile YTPMVE_UI.pyw
- uses: actions/upload-artifact@v4
with:
name: YTPMVE
Expand Down
2 changes: 1 addition & 1 deletion YTPMVE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void FromVegas(Vegas vegas)
this_application = vegas;

string path = vegas.InstallationDirectory + "\\.." + "\\YTPMVE\\";//Full path to engine files included with the installation of YTPMVE.
string py_file_path = "\"" + path + "YTPMVE_UI.py" + "\"";
string py_file_path = "\"" + path + "YTPMVE_UI.pyw" + "\"";
string exe_file_path = "\"" + path + "YTPMVE_UI.exe" + "\"";


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion installfiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ README.md
YTPMVE.cs
YTPMVE.cs.config
YTPMVE.py
YTPMVE_UI.py
YTPMVE_UI.pyw
YTPMVE_UI.exe

0 comments on commit 41b5cc8

Please sign in to comment.