* Use same build procedure. CMake build is "unofficial and unsupported" according to upstream, and provides a different file list than winsparkle-git. The release-based version now reuses the makefile from development version, while CMake side does not at least implement the following fixes: - Add the lib prefix to the DLL, using the same filename for both versions. - Possibly restore the translation support present in makefile. - Provide a static library like done for git version. * Replace replaces with conflicts. * Provide a license file. * Update winsparkle-git. * Other minor changes.
12 lines
217 B
Diff
12 lines
217 B
Diff
diff -aurN 000/src/ui.cpp 001/src/ui.cpp
|
|
--- 000/src/ui.cpp
|
|
+++ 001/src/ui.cpp
|
|
@@ -1473,7 +1473,6 @@
|
|
SignalReady();
|
|
|
|
// Run the app:
|
|
- wxMSWDisableSettingHighDPIAware();
|
|
wxEntry(ms_hInstance);
|
|
}
|
|
|