1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00

refactor(ms-365-electron): rename office to ms-365-electron

This commit is contained in:
Jozef Steinhübl 2024-05-04 11:20:54 +02:00
parent 6902744791
commit 70ae86958c
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'ms-365-electron' # Template file for 'ms-365-electron'
pkgname=ms-365-electron pkgname=ms-365-electron
version=1.2.0 version=1.2.0
revision=1 revision=2
short_desc="Unofficial Microsoft 365 Web Desktop Wrapper made with Electron" short_desc="Unofficial Microsoft 365 Web Desktop Wrapper made with Electron"
maintainer="Jozef Steinhübl <xhyrom.hyro@gmail.com>" maintainer="Jozef Steinhübl <xhyrom.hyro@gmail.com>"
license="MIT" license="MIT"
@ -13,5 +13,5 @@ checksum="9163cfe2ac8805ef3493da6f0e4c5caab1fbcb41ccd1baa624055b917c0b69f3"
do_install() { do_install() {
vcopy opt / vcopy opt /
vinstall "${FILESDIR}/office" 755 "usr/bin" vinstall "${FILESDIR}/ms-365-electron" 755 "usr/bin"
} }