Skip to content

Commit

Permalink
Merge pull request #3566 from telepresenceio/thallgren/post-merge-fixes
Browse files Browse the repository at this point in the history
Post merge fixes
  • Loading branch information
thallgren authored Apr 5, 2024
2 parents 09206de + 20b5f11 commit 3cc4d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
4 changes: 2 additions & 2 deletions packaging/windows-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ zip -r -j "${BINDIR}/telepresence.zip" "${ZIPDIR}"
# Generate installer
cp "${SCRIPT_DIR}/sidebar.png" "${ZIPDIR}/sidebar.png"
TELEPRESENCE_PLAIN_VERSION=${TELEPRESENCE_VERSION#"v"}
sed s/TELEPRESENCE_VERSION/$TELEPRESENCE_PLAIN_VERSION/ "${SCRIPT_DIR}/telepresence.wxs.in" > "${ZIPDIR}/telepresence.wxs"
sed s/TELEPRESENCE_VERSION/$TELEPRESENCE_PLAIN_VERSION/ "${SCRIPT_DIR}/bundle.wxs.in" > "${ZIPDIR}/bundle.wxs"
sed s/TELEPRESENCE_VERSION/"$TELEPRESENCE_PLAIN_VERSION"/ "${SCRIPT_DIR}/telepresence.wxs.in" > "${ZIPDIR}/telepresence.wxs"
sed s/TELEPRESENCE_VERSION/"$TELEPRESENCE_PLAIN_VERSION"/ "${SCRIPT_DIR}/bundle.wxs.in" > "${ZIPDIR}/bundle.wxs"

WIX_VERSION=4.0.4
dotnet tool install --global wix --version $WIX_VERSION
Expand Down
84 changes: 0 additions & 84 deletions pkg/agentmap/workload_cache.go

This file was deleted.

0 comments on commit 3cc4d10

Please sign in to comment.