From 43368bae08ffdf1471d7701206e1f526d33bc3d5 Mon Sep 17 00:00:00 2001
From: Mzying2001 <41951400+Mzying2001@users.noreply.github.com>
Date: Tue, 14 May 2024 13:48:55 +0800
Subject: [PATCH] Update CefFlashBrowser.csproj
---
CefFlashBrowser/CefFlashBrowser.csproj | 32 +++++++++++++-------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/CefFlashBrowser/CefFlashBrowser.csproj b/CefFlashBrowser/CefFlashBrowser.csproj
index 2b5c9f8..386a67e 100644
--- a/CefFlashBrowser/CefFlashBrowser.csproj
+++ b/CefFlashBrowser/CefFlashBrowser.csproj
@@ -462,6 +462,18 @@
Resources.Designer.cs
Designer
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
SettingsSingleFileGenerator
@@ -472,18 +484,6 @@
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
Always
@@ -578,11 +578,11 @@ move snapshot_blob.bin %25CEF_PATH%25
move swiftshader %25CEF_PATH%25
move v8_context_snapshot.bin %25CEF_PATH%25
-move %25CEF_PATH%25libcef.$(PlatformName).dll %25CEF_PATH%25libcef.dll
-del %25CEF_PATH%25libcef.*.dll
+tar -xvf %25CEF_PATH%25libcef_$(PlatformName).tar.gz -C %25CEF_PATH%25
+del %25CEF_PATH%25libcef_*.tar.gz
-move %25PLUGINS_PATH%25pepflashplayer.$(PlatformName).dll %25PLUGINS_PATH%25pepflashplayer.dll
-del %25PLUGINS_PATH%25pepflashplayer.*.dll
+tar -xvf %25PLUGINS_PATH%25pepflashplayer_$(PlatformName).tar.gz -C %25PLUGINS_PATH%25
+del %25PLUGINS_PATH%25pepflashplayer_*.tar.gz
move CefFlashBrowser.EmptyExe.* %25ASSETS_PATH%25