Skip to content

Commit

Permalink
Update publish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue authored Oct 11, 2023
1 parent 32300fb commit fe285f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, uuid_):

if os.system("\"" + msbuildPath + "\" /p:Configuration=Release;Platform=x64 src\\CONAN_INSTALL") != 0:
raise Exception("编译 CONAN_INSTALL 失败")

raise Exception("未找到 msbuild")
if os.system("\"" + msbuildPath + "\" /p:Configuration=Release;Platform=x64;OutDir=..\\..\\publish\\ src\\Effects") != 0:
raise Exception("编译 Effects 失败")

Expand Down

0 comments on commit fe285f8

Please sign in to comment.