mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Remove versions in packages name
This commit is contained in:
parent
a3e65b8270
commit
4a2e7d0c54
7 changed files with 29 additions and 21 deletions
|
@ -6,7 +6,7 @@ all:
|
|||
SHELL = /bin/bash
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(prefix)/bin
|
||||
install -m 755 VirtScreen-x86_64.AppImage \
|
||||
install -m 755 VirtScreen.AppImage \
|
||||
$(DESTDIR)$(prefix)/bin/virtscreen
|
||||
# Copy desktop entry and icon
|
||||
install -m 644 -D virtscreen.desktop \
|
||||
|
|
|
@ -30,7 +30,7 @@ cp $ROOT/package/debian/Makefile \
|
|||
cp $ROOT/package/debian/{control,README.Debian} \
|
||||
$ROOT/package/debian/build/debian/
|
||||
# binary and data files
|
||||
cp $ROOT/package/appimage/VirtScreen-x86_64.AppImage \
|
||||
cp $ROOT/package/appimage/VirtScreen.AppImage \
|
||||
$ROOT/package/debian/build/
|
||||
cp $ROOT/virtscreen.desktop \
|
||||
$ROOT/package/debian/build/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue