From 7f66e5675aeedcd31ab1d4ba4d007661e4ad05b0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jun 2024 17:40:39 -0700 Subject: [PATCH] Fix the need for specific version reference --- install/typora.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/typora.sh b/install/typora.sh index ccb2665..825049c 100644 --- a/install/typora.sh +++ b/install/typora.sh @@ -5,8 +5,7 @@ if ! command -v typora &>/dev/null; then mkdir -p ~/.local/share/fonts cp ia_typora/fonts/iAWriterMonoS-* ~/.local/share/fonts/ fc-cache - # FIXME: Make this version independent - mkdir -p ~/snap/typora/88/.config/Typora/themes/ - cp ia_typora/ia_typora*.css ~/snap/typora/88/.config/Typora/themes/ + mkdir -p ~/snap/typora/current/.config/Typora/themes/ + cp ia_typora/ia_typora*.css ~/snap/typora/current/.config/Typora/themes/ cd - fi