2 Commits e0a535bccc ... f42279665e

Autore SHA1 Messaggio Data
  mio f42279665e Update PHPSESSID link 1 mese fa
  mio 3b891af818 Fix version generation with dub (non-git) 1 mese fa
3 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 4 0
      ChangeLog
  2. 1 1
      dub.sdl
  3. 1 1
      source/configuration.d

+ 4 - 0
ChangeLog

@@ -1,5 +1,9 @@
 2024-10-13  mio  <stigma@disroot.org>
 
+	Update PHPSESSID link
+
+	Fix version generation with dub (non-git)
+
 	Update version strings
 
 	Include meson files with autoconf dist

+ 1 - 1
dub.sdl

@@ -14,7 +14,7 @@ preBuildCommands `test -d source/res || mkdir source/res
 	then
 		sed -i "s/@VCS_TAG@/$$V/" source/pd_version.d
 	else
-		send -i 's/@VCS_TAG@/release/' source/pd_version.d
+		sed -i 's/@VCS_TAG@/release/' source/pd_version.d
 	fi` \
 	platform="posix"
 

+ 1 - 1
source/configuration.d

@@ -119,7 +119,7 @@ private string promptForSessionID() @trusted
    stderr.writeln("========== NOTICE ==========");
    stderr.writeln("No PHPSESSID found.\n");
    stderr.writeln("Please see the below webpage for instructions to find your PHPSESSID");
-   stderr.writeln("https://codeberg.org/supercell/pixivd/src/branch/trunk/PHPSESSID");
+   stderr.writeln("https://codeberg.org/supercell/pixiv_down/src/branch/trunk/HowTo-PHPSESSID.txt");
    stderr.writeln("============================");
 
    write("\nPlease enter your PHPSESSID (leave blank to exit): ");