From a8bc09754189e8a7edd11eb877e8f969a1e5598d Mon Sep 17 00:00:00 2001 From: nyne Date: Wed, 13 Nov 2024 18:56:22 +0800 Subject: [PATCH] Update windows build script --- windows/build.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/build.iss b/windows/build.iss index 8061f10..01d6c2b 100644 --- a/windows/build.iss +++ b/windows/build.iss @@ -51,7 +51,7 @@ Source: "{#RootPath}\build\windows\x64\runner\Release\desktop_webview_window_plu Source: "{#RootPath}\build\windows\x64\runner\Release\WebView2Loader.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#RootPath}\build\windows\x64\runner\Release\share_plus_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#RootPath}\build\windows\x64\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "{#RootPath}\build\windows\x64\runner\Release\screen_retriever_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "{#RootPath}\build\windows\x64\runner\Release\battery_plus_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#RootPath}\build\windows\x64\runner\Release\screen_retriever_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#RootPath}\build\windows\x64\runner\Release\window_manager_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#RootPath}\build\windows\x64\runner\Release\zip_flutter.dll"; DestDir: "{app}"; Flags: ignoreversion