From 1ac1db7f0b508e6219dce4aa2fbd2c5515472506 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 18 Jan 2021 19:19:47 +0200 Subject: Renamed ".binary" files Use the .lgr extension for Lagrange binary files. --- res/Embed.cmake | 2 +- res/about/help.gmi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'res') diff --git a/res/Embed.cmake b/res/Embed.cmake index f21cfb14..3b65b36c 100644 --- a/res/Embed.cmake +++ b/res/Embed.cmake @@ -96,7 +96,7 @@ function (embed_make) endforeach (fn) else () # Collect resources in a single binary file. - set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.binary) + set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr) file (REMOVE ${EMB_BIN}) list (LENGTH ARGV fileCount) execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV} diff --git a/res/about/help.gmi b/res/about/help.gmi index 86fec802..7260aeb5 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi @@ -344,10 +344,10 @@ Other Unix : ~/.config/lagrange/ * bindings.txt * bookmarks.txt * feeds.txt -* idents.binary and idents/ +* idents.lgr and idents/ * mimehooks.txt * prefs.cfg -* state.binary +* state.lgr * trusted.txt * visited.txt -- cgit v1.2.3