diff options
author | 2018-12-10 15:27:51 +0900 | |
---|---|---|
committer | 2018-12-10 15:27:51 +0900 | |
commit | 08e90d531488861eb9074eb8d3163e5d2a5c1b14 (patch) | |
tree | bf29c81a17ef2189d0eec3c18f134e292418d332 /runxdg.toml | |
parent | eb83ae91e34d021b10180fef5f2752b32fc54837 (diff) |
Rename chromium53 to chromium68
Diffstat (limited to 'runxdg.toml')
-rw-r--r-- | runxdg.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runxdg.toml b/runxdg.toml index c5f426e..e758da1 100644 --- a/runxdg.toml +++ b/runxdg.toml @@ -10,10 +10,10 @@ method = "POSIX" # path: path to the executable # e.g. # path = "/usr/bin/chromium" -path = "/opt/chromium53/chrome" +path = "/opt/chromium68/chrome" params = [ "--in-process-gpu", - "--user-data-dir=/opt/chromium53/workdir" + "--user-data-dir=/opt/chromium68/workdir" ] |