From 610d12c71c6cb1e881efd16280af1039a764f7e3 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Feb 2023 22:57:15 +0000 Subject: [PATCH] Clarify profile name should be changed by replacing profile_name. --- desktop/chromium/profile-jit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/chromium/profile-jit b/desktop/chromium/profile-jit index 9a4fb66..08643f2 100644 --- a/desktop/chromium/profile-jit +++ b/desktop/chromium/profile-jit @@ -3,13 +3,13 @@ // Copyright 2022-2023 Jake Winters // SPDX-License-Identifier: GPL-3.0-or-later -// Version: 1.0.0.1 +// Version: 1.0.1.2 [Desktop Entry] -Name=Chromium (profile) +Name=Chromium (profile_name) Comment= -Exec=chromium --user-data-dir=/home/user/.config/chromium/profile +Exec=chromium --user-data-dir=/home/user/.config/chromium/profile_name Terminal=false Type=Application Icon=chromium