Skip to content

Commit

Permalink
Fix script location [skip ci]
Browse files Browse the repository at this point in the history
`raiden version --short` needs to be called with the full path to the
script.
  • Loading branch information
konradkonrad committed Sep 1, 2017
1 parent 724ae44 commit 42c5cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ WORKDIR /
# add .desktop file
ADD raiden.desktop /raiden.AppDir/raiden.desktop
RUN cd /apps/raiden && \
VERSIONSTRING=$(raiden version --short) && \
VERSIONSTRING=$(/raiden.AppDir/usr/bin/raiden version --short) && \
sed -s -i "s/XXVERSIONXX/$VERSIONSTRING/" /raiden.AppDir/raiden.desktop
# add icon
ADD raiden.svg /raiden.AppDir/raiden.svg
Expand Down

0 comments on commit 42c5cd2

Please sign in to comment.