Skip to content

Commit

Permalink
Update build.sh (#20)
Browse files Browse the repository at this point in the history
I updated this to the newest released version of tmux `3.3a`
  • Loading branch information
FearTheBadger authored Oct 9, 2023
1 parent 1ad3167 commit b42b16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh

export TMUX_RELEASE_TAG=3.2a
export TMUX_RELEASE_TAG=3.3a
docker build . -t tmux --build-arg TMUX_RELEASE_TAG=$TMUX_RELEASE_TAG

docker rm -f tmuxcontainer
docker create -ti --name tmuxcontainer tmux bash
docker cp tmuxcontainer:/opt/build/tmux.appimage .
docker rm -f tmuxcontainer

zsyncmake -z tmux.appimage
zsyncmake -z tmux.appimage

0 comments on commit b42b16e

Please sign in to comment.