Skip to content

Bundle Mutagen binary in our installer #25

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

Closed
spikecurtis opened this issue Feb 18, 2025 · 0 comments · Fixed by #47
Closed

Bundle Mutagen binary in our installer #25

spikecurtis opened this issue Feb 18, 2025 · 0 comments · Fixed by #47
Assignees

Comments

@spikecurtis
Copy link
Collaborator

spikecurtis commented Feb 18, 2025

mutagen will allow end users to configure file synchronization between their desktop and one or more workspaces.

This ticket covers adding the appropriate mutagen binaries including the Windows executable and the agents tarball to our App bundle

@spikecurtis spikecurtis changed the title Bundle Mutagen binary and add it to end user's path Bundle Mutagen binary in our installer Feb 19, 2025
@sreya sreya assigned sreya and deansheather and unassigned deansheather and sreya Mar 4, 2025
deansheather added a commit that referenced this issue Mar 11, 2025
`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.

```powershell
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
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 a pull request may close this issue.

3 participants