Skip to content

Commit

Permalink
make xpra: make bash helper executable
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 17, 2024
1 parent 0d72b2b commit b6002da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ vice: package
xpra:
echo '#!/bin/bash' > make-vice.bash
echo 'make vice' >> make-vice.bash
chmod +x make-vice.bash
xpra start --start=./make-vice.bash --bind-tcp=0.0.0.0:10000

check:
Expand Down

0 comments on commit b6002da

Please sign in to comment.