Skip to content

feat: include mutagen binary in installer #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2025
Merged

Conversation

deansheather
Copy link
Member

Publish.ps1 now downloads (if unmodified) the necessary mutagen files from our GCS bucket. These files aren't checked into the repo since they are large, but they will be cached and ignored in the workdir.

mutagen.exe and mutagen-agents.tar.gz will appear in the same directory as wintun.dll in the install.

PS C:\Users\dean\git\coder-desktop-windows> ls .\publish\buildtemp-1.2.3.4-x64\vpn


    Directory: C:\Users\dean\git\coder-desktop-windows\publish\buildtemp-1.2.3.4-x64\vpn


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         1/03/2025     12:02           5431 LICENSE.WINTUN.txt
-a----        10/03/2025     11:58       17964207 mutagen-agents.tar.gz
-a----        10/03/2025     11:58       13797376 mutagen.exe
-a----         1/03/2025     15:20         427552 wintun.dll

Updating to a new mutagen version is as simple as updating $mutagenVersion in Publish.ps1.

Closes #25

@deansheather deansheather enabled auto-merge (squash) March 11, 2025 00:35
@deansheather deansheather merged commit be51a7b into main Mar 11, 2025
3 checks passed
@deansheather deansheather deleted the dean/mutagen-installer branch March 11, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bundle Mutagen binary in our installer
2 participants