diff --git a/Publish/Windows/PublishWindows.ps1 b/Publish/Windows/PublishWindows.ps1
new file mode 100644
index 0000000..3c0a49d
--- /dev/null
+++ b/Publish/Windows/PublishWindows.ps1
@@ -0,0 +1,2 @@
+cd -Path "$(Get-Location)\..\..\"
+dotnet publish -r win-x86 -c Release -p:SelfContained=True -p:IncludeAllContentForSelfExtract=True -p:PublishSingleFile=True -o bin/Release/net5.0/publishWin
diff --git a/Publish/Windows/Windows.sh b/Publish/Windows/Windows.sh
index a65c976..9edff47 100755
--- a/Publish/Windows/Windows.sh
+++ b/Publish/Windows/Windows.sh
@@ -21,6 +21,7 @@ cd "../.."
chmod +x "Assets/exec/xdelta3_x64_linux"
chmod +x "Assets/exec/xdelta3_mac"
+# RUN IN POWERSHELL
#dotnet publish -r win-x86 -c Release -p:SelfContained=True -p:IncludeAllContentForSelfExtract=True -p:PublishSingleFile=True -o bin/Release/net5.0/publishWin
cd "$ORIGIN"
diff --git a/xdelta3_cross_gui.csproj b/xdelta3_cross_gui.csproj
index ebf1687..8e329f7 100644
--- a/xdelta3_cross_gui.csproj
+++ b/xdelta3_cross_gui.csproj
@@ -6,10 +6,10 @@
dan0v
A cross-platform graphical user interface for xDelta3 patching
Icon.ico
- 1.1.1
+ 1.1.2
false
true
- Link
+ CopyUsed
AnyCPU;x64
@@ -42,8 +42,8 @@
-
-
+
+