Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 8d6940f

Browse files
committed
1 parent dd67c58 commit 8d6940f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ chmod a+rw binaries -R
3030
cd compile
3131

3232
# Linux
33-
docker run -v "${PWD}":/target nativefier --name Loffice365 -p linux --internal-urls "(.*)" --browserwindow-options '{"webPreferences":{"nativeWindowOpen":true}}' --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.41" https://www.office.com/ /target/
33+
docker run -v "${PWD}":/target nativefier --name Loffice365 -p linux --internal-urls "(.*)" --browserwindow-options '{"webPreferences":{"nativeWindowOpen":true}}' https://www.office.com/ /target/
3434
chown $(id -u):$(id -g) . -R
3535
mv Loffice365-linux-x64 loffice-365
3636
cp -a ../apps loffice-365/apps

0 commit comments

Comments
 (0)