We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90f912 commit 35b1414Copy full SHA for 35b1414
quickpkg
@@ -9,7 +9,7 @@ import tempfile
9
import shutil
10
11
12
-quickpkg_version = '0.2'
+quickpkg_version = '0.3'
13
supported_extensions = ['dmg', 'app', 'zip']
14
15
# quickpkg
todo.txt
@@ -1,5 +1,5 @@
1
- use some preference setting to determine package name syntax
2
-- add option to add scripts (--scripts, like the scripts folder)
+√ add option to add scripts (--scripts, like the scripts folder)
3
- add option to add --preinstall script
4
- add option for --postinstall script
5
- support the --ownership flag
0 commit comments