3 커밋 6b3b14d3d3 ... f065a1951d

작성자 SHA1 메시지 날짜
  Jaidyn Ann f065a1951d Update source URL 9 달 전
  Jaidyn Ann 946607803c Merge pull request #1 from jpgichw/patch-1 10 달 전
  jpgichw c80a5be287 Add link text to printf 1 년 전
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      README.md
  2. 1 1
      dino-chat-export.sh

+ 1 - 2
README.md

@@ -77,5 +77,4 @@ Feel free to spice it up with some real CSS!
 ## Meta
 License is the GNU GPLv3+, COPYING.txt.
 
-- https://notabug.org/jadedctrl/dino-chat-export
-- https://github.com/jadedctrl/dino-chat-export
+- https://hak.xwx.moe/jadedctrl/dino-chat-export

+ 1 - 1
dino-chat-export.sh

@@ -231,7 +231,7 @@ message_slots_to_selection() {
 							WHEN (file_transfer.path LIKE '%.jpg') OR (file_transfer.path LIKE '%.jpeg') OR (file_transfer.path LIKE '%.jpeg')
 									OR (file_transfer.path LIKE '%.png') OR (file_transfer.path LIKE '%.webm') OR (file_transfer.path LIKE '%.svg')
 								THEN PRINTF('$IMAGE_FORMAT', 'files/' || path)
-								ELSE PRINTF('$FILE_FORMAT', 'files/' || path)
+								ELSE PRINTF('$FILE_FORMAT', 'files/' || path, 'files/' || path)
 						END
 						FROM file_transfer
 						WHERE file_transfer.info == message.id )