mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Updates WiX information and remove win32 docs from RELEASE.md
This commit is contained in:
parent
1142e40ca6
commit
7a7f0b52b1
1 changed files with 1 additions and 2 deletions
|
@ -169,7 +169,7 @@ Create a Windows 11 VM, and set it up like this:
|
||||||
- Download and install [gpg4win](https://gpg4win.org/). Add `C:\Program Files (x86)\GnuPG\bin` to your path.
|
- Download and install [gpg4win](https://gpg4win.org/). Add `C:\Program Files (x86)\GnuPG\bin` to your path.
|
||||||
- Install the Windows SDK from here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/.
|
- Install the Windows SDK from here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/.
|
||||||
- Go to https://dotnet.microsoft.com/download/dotnet-framework and download and install .NET Framework 3.5 SP1 Runtime. I downloaded `dotnetfx35.exe`.
|
- Go to https://dotnet.microsoft.com/download/dotnet-framework and download and install .NET Framework 3.5 SP1 Runtime. I downloaded `dotnetfx35.exe`.
|
||||||
- Go to https://wixtoolset.org/docs/wix3/ and download and install WiX toolset. I downloaded `wix311.exe`. Add `C:\Program Files (x86)\WiX Toolset v3.11\bin` to the path.
|
- Go to https://wixtoolset.org/docs/wix3/ and download and install WiX toolset. I downloaded `wix314.exe`. Add `C:\Program Files (x86)\WiX Toolset v3.14\bin` to the path.
|
||||||
|
|
||||||
Clone the OnionShare git repo and checkout the release tag.
|
Clone the OnionShare git repo and checkout the release tag.
|
||||||
|
|
||||||
|
@ -288,7 +288,6 @@ After following all of the previous steps, gather these files:
|
||||||
|
|
||||||
- `onionshare_${VERSION}_amd64.snap`
|
- `onionshare_${VERSION}_amd64.snap`
|
||||||
- `OnionShare.flatpak` (rename to `OnionShare-$VERSION.flatpak`)
|
- `OnionShare.flatpak` (rename to `OnionShare-$VERSION.flatpak`)
|
||||||
- `OnionShare-win32-$VERSION.msi`
|
|
||||||
- `OnionShare-win64-$VERSION.msi`
|
- `OnionShare-win64-$VERSION.msi`
|
||||||
- `OnionShare-$VERSION.dmg`
|
- `OnionShare-$VERSION.dmg`
|
||||||
- `onionshare-$VERSION.tar.gz`
|
- `onionshare-$VERSION.tar.gz`
|
||||||
|
|
Loading…
Reference in a new issue