From 35a96bde514a8897f6f0fcc41c5833bf63df2e2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:29:01 +0200 Subject: Adding upstream version 1.0.2. Signed-off-by: Daniel Baumann --- .../App/AppInfo/Launcher/InkscapePortable.ini | 72 +++++++++++++++++++++ .../win32/portable/App/AppInfo/Launcher/splash.jpg | Bin 0 -> 45251 bytes 2 files changed, 72 insertions(+) create mode 100644 packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini create mode 100644 packaging/win32/portable/App/AppInfo/Launcher/splash.jpg (limited to 'packaging/win32/portable/App/AppInfo/Launcher') diff --git a/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini b/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini new file mode 100644 index 0000000..24856a9 --- /dev/null +++ b/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini @@ -0,0 +1,72 @@ +[Launch] +ProgramExecutable=Inkscape\inkscape.exe +DirectoryMoveOK=yes +SupportsUNC=yes + +[Activate] +Ghostscript=find +XML=true + +[Environment] +INKSCAPE_PROFILE_DIR=%PAL:DataDir%\settings +HOME=%PAL:DataDir%\settings +APPDATA=%PAL:DataDir%\settings +PYTHONHOME=%PAL:AppDir%\Inkscape\python +PATH=%PATH% + +[FilesMove] +recently-used.xbel=%LOCALAPPDATA% + +[Language] +Base=%PortableApps.comLocaleglibc% +CheckIfExists=%PAL:AppDir%\Inkscape\share\locale\%PAL:LanguageCustom%\*.* +DefaultIfNotExists=en_US + +[LanguageFile] +Type=XML attribute +File=%PAL:DataDir%\settings\preferences.xml +XPath=/inkscape/group[@id="ui"] +Attribute=language + +[FileWrite1] +Type=XML attribute +File=%PAL:DataDir%\settings\preferences.xml +XPath=/inkscape/group[@id="ui"] +Attribute=language +Value=%PAL:LanguageCustom% + +[FileWrite2] +Type=Replace +File=%PAL:DataDir%\settings\preferences.xml +Find=%PAL:LastDrive%%PAL:LastPackagePartialDir%\ +Replace=%PAL:Drive%%PAL:PackagePartialDir%\ + +[FileWrite3] +Type=Replace +File=%PAL:DataDir%\settings\preferences.xml +Find=%PAL:LastPortableAppsBaseDir%\ +Replace=%PAL:PortableAppsBaseDir%\ + +[FileWrite4] +Type=Replace +File=%PAL:DataDir%\settings\preferences.xml +Find=%PAL:LastDrive%\ +Replace=%PAL:Drive%\ + +[FileWrite5] +Type=Replace +File=%PAL:DataDir%\settings\.recently-used.xbel +Find=file:///%PAL:LastDrive%%PAL:LastPackagePartialDir:ForwardSlash%/ +Replace=file:///%PAL:Drive%%PAL:PackagePartialDir:ForwardSlash%/ + +[FileWrite6] +Type=Replace +File=%PAL:DataDir%\settings\.recently-used.xbel +Find=file:///%PAL:LastPortableAppsBaseDir:ForwardSlash%/ +Replace=file:///%PAL:PortableAppsBaseDir:ForwardSlash%/ + +[FileWrite7] +Type=Replace +File=%PAL:DataDir%\settings\.recently-used.xbel +Find=file:///%PAL:LastDrive%/ +Replace=file:///%PAL:Drive%/ diff --git a/packaging/win32/portable/App/AppInfo/Launcher/splash.jpg b/packaging/win32/portable/App/AppInfo/Launcher/splash.jpg new file mode 100644 index 0000000..2cea130 Binary files /dev/null and b/packaging/win32/portable/App/AppInfo/Launcher/splash.jpg differ -- cgit v1.2.3