Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Heitmueller committed Dec 17, 2015
1 parent dc52750 commit 85f2ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
}

create_package() {
fpm -s dir -t deb -n yed \
fpm -s dir -t deb -n winbox \
--version "$VERSION" \
--after-install scripts/after-install \
--depends "wine" \
Expand Down
2 changes: 1 addition & 1 deletion package_root/tmp/winbox.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Winbox
Exec=sh -c "wine /opt/winbox.exe"
Exec=sh -c "wine /opt/winbox/bin/winbox.exe"
Icon=wine
Terminal=false
Type=Application
Expand Down

0 comments on commit 85f2ecf

Please sign in to comment.