diff options
author | George Hazan <ghazan@miranda.im> | 2020-10-06 21:12:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-10-06 21:12:53 +0300 |
commit | fed9983880d41c33892e645d40fe48de69b1e9d4 (patch) | |
tree | 6b7e975b559a9c2ad83feda73aafe57e1c0ee2c5 | |
parent | 1c8c5178fe3ac628bee969bd7a73fc3fb13ad520 (diff) |
fixes #2579 (Remove runtime dll from updates)
-rw-r--r-- | tools/build_scripts/z2_PackPluginUpdater.txt | 65 |
1 files changed, 11 insertions, 54 deletions
diff --git a/tools/build_scripts/z2_PackPluginUpdater.txt b/tools/build_scripts/z2_PackPluginUpdater.txt index a904063e40..0de5b21442 100644 --- a/tools/build_scripts/z2_PackPluginUpdater.txt +++ b/tools/build_scripts/z2_PackPluginUpdater.txt @@ -1,46 +1,3 @@ -Libs\api-ms-win-core-console-l1-1-0.dll -Libs\api-ms-win-core-datetime-l1-1-0.dll -Libs\api-ms-win-core-debug-l1-1-0.dll -Libs\api-ms-win-core-errorhandling-l1-1-0.dll -Libs\api-ms-win-core-file-l1-1-0.dll -Libs\api-ms-win-core-file-l1-2-0.dll -Libs\api-ms-win-core-file-l2-1-0.dll -Libs\api-ms-win-core-handle-l1-1-0.dll -Libs\api-ms-win-core-heap-l1-1-0.dll -Libs\api-ms-win-core-interlocked-l1-1-0.dll -Libs\api-ms-win-core-libraryloader-l1-1-0.dll -Libs\api-ms-win-core-localization-l1-2-0.dll -Libs\api-ms-win-core-memory-l1-1-0.dll -Libs\api-ms-win-core-namedpipe-l1-1-0.dll -Libs\api-ms-win-core-processenvironment-l1-1-0.dll -Libs\api-ms-win-core-processthreads-l1-1-0.dll -Libs\api-ms-win-core-processthreads-l1-1-1.dll -Libs\api-ms-win-core-profile-l1-1-0.dll -Libs\api-ms-win-core-rtlsupport-l1-1-0.dll -Libs\api-ms-win-core-string-l1-1-0.dll -Libs\api-ms-win-core-synch-l1-1-0.dll -Libs\api-ms-win-core-synch-l1-2-0.dll -Libs\api-ms-win-core-sysinfo-l1-1-0.dll -Libs\api-ms-win-core-timezone-l1-1-0.dll -Libs\api-ms-win-core-util-l1-1-0.dll -Libs\api-ms-win-crt-conio-l1-1-0.dll -Libs\api-ms-win-crt-convert-l1-1-0.dll -Libs\api-ms-win-crt-environment-l1-1-0.dll -Libs\api-ms-win-crt-filesystem-l1-1-0.dll -Libs\api-ms-win-crt-heap-l1-1-0.dll -Libs\api-ms-win-crt-locale-l1-1-0.dll -Libs\api-ms-win-crt-math-l1-1-0.dll -Libs\api-ms-win-crt-multibyte-l1-1-0.dll -Libs\api-ms-win-crt-private-l1-1-0.dll -Libs\api-ms-win-crt-process-l1-1-0.dll -Libs\api-ms-win-crt-runtime-l1-1-0.dll -Libs\api-ms-win-crt-stdio-l1-1-0.dll -Libs\api-ms-win-crt-string-l1-1-0.dll -Libs\api-ms-win-crt-time-l1-1-0.dll -Libs\api-ms-win-crt-utility-l1-1-0.dll -Libs\msvcp140.dll -Libs\ucrtbase.dll -Libs\vcruntime140.dll Core\StdAutoAway.dll Core\StdAway.dll Core\StdClist.dll @@ -54,18 +11,8 @@ Core\StdUIHist.dll Core\StdUrl.dll Core\StdUserInfo.dll Core\StdUserOnline.dll -Plugins\Db_autobackups.dll -Plugins\DbChecker.dll -Plugins\Dbx_mdbx.dll -Plugins\Dummy.dll -Plugins\Import.dll Icons\Proto_Dummy.dll Icons\Proto_MetaContacts.dll -fixme.cmd -libmdbx.mir -mdbx_chk.exe -mdbx_load.exe -mdbx_dump.exe Libs\FreeImage.mir Libs\mir_app.mir Libs\mir_core.mir @@ -74,4 +21,14 @@ Libs\Pcre16.mir Libs\sqlite3.mir Libs\Zlib.mir Libs\libeay32.mir -Libs\ssleay32.mir
\ No newline at end of file +Libs\ssleay32.mir +Plugins\Db_autobackups.dll +Plugins\DbChecker.dll +Plugins\Dbx_mdbx.dll +Plugins\Dummy.dll +Plugins\Import.dll +fixme.cmd +libmdbx.mir +mdbx_chk.exe +mdbx_load.exe +mdbx_dump.exe
\ No newline at end of file |