Skip to content

Commit

Permalink
Rename to pylauncher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Mar 21, 2024
1 parent ae9273b commit 3c722b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PC/launcher2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ initPython(PythonApi *api)
}
PyConfig_Clear(&config);

api->module = PyImport_ImportModule("manager");
api->module = PyImport_ImportModule("pylauncher");
if (!api->module) {
isPythonFailure(NULL); // to print the error
warn(L"Unable to load manager runtime\n");
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion PCbuild/pylauncher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</ItemGroup>
<ItemGroup>
<None Include="..\PC\launcher.ico" />
<None Include="..\PC\manager.py">
<None Include="..\PC\pylauncher.py">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PCbuild/pywlauncher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</ItemGroup>
<ItemGroup>
<None Include="..\PC\launcher.ico" />
<None Include="..\PC\manager.py">
<None Include="..\PC\pylauncher.py">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 3c722b8

Please sign in to comment.