Skip to content

Commit eb523b4

Browse files
authored
Add files via upload
1 parent 88c3ca4 commit eb523b4

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed
2 Bytes
Loading

peazip-sources/res/share/batch/macOS service menus/PeaZip, add to BZ2.workflow/Contents/document.wflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AMApplicationBuild</key>
6-
<string>520</string>
6+
<string>521.1</string>
77
<key>AMApplicationVersion</key>
88
<string>2.10</string>
99
<key>AMDocumentVersion</key>
@@ -59,7 +59,7 @@
5959
<key>ActionParameters</key>
6060
<dict>
6161
<key>COMMAND_STRING</key>
62-
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2bzip2 $*</string>
62+
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2bzip2 $* || true</string>
6363
<key>CheckedForUserDefaultShell</key>
6464
<true/>
6565
<key>inputMethod</key>
2 Bytes
Loading

peazip-sources/res/share/batch/macOS service menus/PeaZip, add to Brotli.workflow/Contents/document.wflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AMApplicationBuild</key>
6-
<string>520</string>
6+
<string>521.1</string>
77
<key>AMApplicationVersion</key>
88
<string>2.10</string>
99
<key>AMDocumentVersion</key>
@@ -59,7 +59,7 @@
5959
<key>ActionParameters</key>
6060
<dict>
6161
<key>COMMAND_STRING</key>
62-
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2brotli $*</string>
62+
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2brotli $* || true</string>
6363
<key>CheckedForUserDefaultShell</key>
6464
<true/>
6565
<key>inputMethod</key>
2 Bytes
Loading

peazip-sources/res/share/batch/macOS service menus/PeaZip, add to GZ.workflow/Contents/document.wflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AMApplicationBuild</key>
6-
<string>520</string>
6+
<string>521.1</string>
77
<key>AMApplicationVersion</key>
88
<string>2.10</string>
99
<key>AMDocumentVersion</key>
@@ -59,7 +59,7 @@
5959
<key>ActionParameters</key>
6060
<dict>
6161
<key>COMMAND_STRING</key>
62-
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2gz $*</string>
62+
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2gz $* || true</string>
6363
<key>CheckedForUserDefaultShell</key>
6464
<true/>
6565
<key>inputMethod</key>
2 Bytes
Loading

peazip-sources/res/share/batch/macOS service menus/PeaZip, add to TAR.workflow/Contents/document.wflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AMApplicationBuild</key>
6-
<string>520</string>
6+
<string>521.1</string>
77
<key>AMApplicationVersion</key>
88
<string>2.10</string>
99
<key>AMDocumentVersion</key>
@@ -59,7 +59,7 @@
5959
<key>ActionParameters</key>
6060
<dict>
6161
<key>COMMAND_STRING</key>
62-
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2tar $*</string>
62+
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2tar $* || true</string>
6363
<key>CheckedForUserDefaultShell</key>
6464
<true/>
6565
<key>inputMethod</key>
2 Bytes
Loading

peazip-sources/res/share/batch/macOS service menus/PeaZip, add to XZ.workflow/Contents/document.wflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>AMApplicationBuild</key>
6-
<string>520</string>
6+
<string>521.1</string>
77
<key>AMApplicationVersion</key>
88
<string>2.10</string>
99
<key>AMDocumentVersion</key>
@@ -59,7 +59,7 @@
5959
<key>ActionParameters</key>
6060
<dict>
6161
<key>COMMAND_STRING</key>
62-
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2xz $*</string>
62+
<string>/Applications/peazip.app/Contents/MacOS/peazip -add2xz $* || true</string>
6363
<key>CheckedForUserDefaultShell</key>
6464
<true/>
6565
<key>inputMethod</key>

0 commit comments

Comments
 (0)