Skip to content

Commit

Permalink
MacOS user profile path is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sayonari committed Dec 24, 2023
1 parent d377350 commit 5e02957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
content = `@echo off\r\nstart chrome.exe --disable-features=CalculateNativeWinOcclusion --user-data-dir="C:\\temp\\user_jimaku" --new-window "${url}"\r\nexit /b`;
filename = "jimakuChan_nonStop.bat";
} else {
content = `#!/bin/sh\n"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --disable-features=CalculateNativeWinOcclusion --user-data-dir="/tmp/user_jimaku" --new-window "${url}"`;
content = `#!/bin/sh\n"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --disable-features=CalculateNativeWinOcclusion --user-data-dir="Library/Application Support/Google/Chrome/user_jimaku" --new-window "${url}"`;
filename = "jimakuChan_nonStop.command";
}

Expand Down

0 comments on commit 5e02957

Please sign in to comment.