diff --git a/srcpkgs/ms-365-electron/files/office b/srcpkgs/ms-365-electron/files/ms-365-electron similarity index 100% rename from srcpkgs/ms-365-electron/files/office rename to srcpkgs/ms-365-electron/files/ms-365-electron diff --git a/srcpkgs/ms-365-electron/template b/srcpkgs/ms-365-electron/template index b5b15af..93c576a 100644 --- a/srcpkgs/ms-365-electron/template +++ b/srcpkgs/ms-365-electron/template @@ -1,7 +1,7 @@ # Template file for 'ms-365-electron' pkgname=ms-365-electron version=1.2.0 -revision=1 +revision=2 short_desc="Unofficial Microsoft 365 Web Desktop Wrapper made with Electron" maintainer="Jozef Steinhübl " license="MIT" @@ -13,5 +13,5 @@ checksum="9163cfe2ac8805ef3493da6f0e4c5caab1fbcb41ccd1baa624055b917c0b69f3" do_install() { vcopy opt / - vinstall "${FILESDIR}/office" 755 "usr/bin" + vinstall "${FILESDIR}/ms-365-electron" 755 "usr/bin" }