From 6b7019e640a293683a58300c1bdc1656b3886c39 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Sun, 12 Apr 2026 14:54:43 +0800 Subject: [PATCH] revoke: revoke the rename of ppic --- .../{sarasa-picture.toml => ppic.toml} | 60 +++++++++---------- example/ppic-assoc/README.md | 3 + example/sarasa-picture-assoc/README.md | 3 - 3 files changed, 33 insertions(+), 33 deletions(-) rename example/manifest/{sarasa-picture.toml => ppic.toml} (83%) create mode 100644 example/ppic-assoc/README.md delete mode 100644 example/sarasa-picture-assoc/README.md diff --git a/example/manifest/sarasa-picture.toml b/example/manifest/ppic.toml similarity index 83% rename from example/manifest/sarasa-picture.toml rename to example/manifest/ppic.toml index a81dfa8..b4a037a 100644 --- a/example/manifest/sarasa-picture.toml +++ b/example/manifest/ppic.toml @@ -7,7 +7,7 @@ # and digits should not be the first char (like C variable naming convention). # # For technical details, this identifier is used as the "vendor" part of ProgId. -identifier = "SarasaPicture" +identifier = "PineapplePicture" # The fully qualified path to the application. # @@ -19,7 +19,7 @@ identifier = "SarasaPicture" # which is frequently used as escape char in string syntax, # you can utilize "literal strings" syntax in this TOML file # to quickly write this path as this example following does. -path = 'C:\path\to\sarasa-picture.exe' +path = 'C:\path\to\ppic.exe' # CLSID is an unique UUID or GUID of your program, # which makes your program is different with others. @@ -69,30 +69,30 @@ behavior = "generic" # # Due to the same use of back-slash in path part, # you can utilize TOML "literal strings" syntax to write this value easier. -default = '@C:\path\to\sarasa-picture.exe,-1001' +default = '@C:\path\to\ppic.exe,-1001' # The value of this key also can be a plain string like this commente statement, # if you don't want to touch Win32 resources and your program do not have any I18N requirements. -# default = "Sarasa Picture" +# default = "Pineapple Picture" # And more string resources... -jpg = '@C:\path\to\sarasa-picture.exe,-1011' -gif = '@C:\path\to\sarasa-picture.exe,-1012' -bmp = '@C:\path\to\sarasa-picture.exe,-1013' -png = '@C:\path\to\sarasa-picture.exe,-1014' -ico = '@C:\path\to\sarasa-picture.exe,-1015' -jpeg = '@C:\path\to\sarasa-picture.exe,-1016' -tif = '@C:\path\to\sarasa-picture.exe,-1017' -tiff = '@C:\path\to\sarasa-picture.exe,-1018' -webp = '@C:\path\to\sarasa-picture.exe,-1019' -avif = '@C:\path\to\sarasa-picture.exe,-1020' -svg = '@C:\path\to\sarasa-picture.exe,-1021' -kra = '@C:\path\to\sarasa-picture.exe,-1022' -xcf = '@C:\path\to\sarasa-picture.exe,-1023' -qoi = '@C:\path\to\sarasa-picture.exe,-1024' -apng = '@C:\path\to\sarasa-picture.exe,-1025' -exr = '@C:\path\to\sarasa-picture.exe,-1026' -tga = '@C:\path\to\sarasa-picture.exe,-1027' +jpg = '@C:\path\to\ppic.exe,-1011' +gif = '@C:\path\to\ppic.exe,-1012' +bmp = '@C:\path\to\ppic.exe,-1013' +png = '@C:\path\to\ppic.exe,-1014' +ico = '@C:\path\to\ppic.exe,-1015' +jpeg = '@C:\path\to\ppic.exe,-1016' +tif = '@C:\path\to\ppic.exe,-1017' +tiff = '@C:\path\to\ppic.exe,-1018' +webp = '@C:\path\to\ppic.exe,-1019' +avif = '@C:\path\to\ppic.exe,-1020' +svg = '@C:\path\to\ppic.exe,-1021' +kra = '@C:\path\to\ppic.exe,-1022' +xcf = '@C:\path\to\ppic.exe,-1023' +qoi = '@C:\path\to\ppic.exe,-1024' +apng = '@C:\path\to\ppic.exe,-1025' +exr = '@C:\path\to\ppic.exe,-1026' +tga = '@C:\path\to\ppic.exe,-1027' # ======== Icon Resources ======== @@ -112,18 +112,18 @@ tga = '@C:\path\to\sarasa-picture.exe,-1027' # # Due to the same use of back-slash in path part, # you can utilize TOML "literal strings" syntax to write this value easier. -png = 'C:\path\to\sarasa-picture.exe,-1' +png = 'C:\path\to\ppic.exe,-1' # The value of this key also can be the absolute path to existing icon file like this commente statement. -# png = 'C:\path\to\sarasa-picture\png.ico' +# png = 'C:\path\to\ppic\icons\png.ico' # Add more icon resources... -svg = 'C:\path\to\sarasa-picture.exe,-2' -gif = 'C:\path\to\sarasa-picture.exe,-3' -jpg = 'C:\path\to\sarasa-picture.exe,-4' -webp = 'C:\path\to\sarasa-picture.exe,-5' -avif = 'C:\path\to\sarasa-picture.exe,-6' -others = 'C:\path\to\sarasa-picture.exe,-61' +svg = 'C:\path\to\ppic.exe,-2' +gif = 'C:\path\to\ppic.exe,-3' +jpg = 'C:\path\to\ppic.exe,-4' +webp = 'C:\path\to\ppic.exe,-5' +avif = 'C:\path\to\ppic.exe,-6' +others = 'C:\path\to\ppic.exe,-61' # ======== Behaviors Collection ======== @@ -149,7 +149,7 @@ others = 'C:\path\to\sarasa-picture.exe,-61' # # Due to the same use of back-slash in value, # you can utilize TOML "literal strings" syntax to write this value easier. -generic = '"C:\path\to\sarasa-picture.exe" "%1"' +generic = '"C:\path\to\ppic.exe" "%1"' # ======== File Extensions ======== diff --git a/example/ppic-assoc/README.md b/example/ppic-assoc/README.md new file mode 100644 index 0000000..b6856cb --- /dev/null +++ b/example/ppic-assoc/README.md @@ -0,0 +1,3 @@ +# Pineapple Picture Association + +TODO diff --git a/example/sarasa-picture-assoc/README.md b/example/sarasa-picture-assoc/README.md deleted file mode 100644 index ca0f367..0000000 --- a/example/sarasa-picture-assoc/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Sarasa Picture Association - -TODO