mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-29 05:32:38 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 754108474c |
+4
-2
@@ -65,5 +65,7 @@ homebrew_casks:
|
|||||||
hooks:
|
hooks:
|
||||||
post:
|
post:
|
||||||
install: |
|
install: |
|
||||||
system_command "/usr/bin/xattr",
|
if OS.mac?
|
||||||
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
system_command "/usr/bin/xattr",
|
||||||
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user