Skip to content

Commit ea62b49

Browse files
committed
Fix command in cut/paste section. Missing --user-access-control force.
1 parent 1625d52 commit ea62b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ So, those commands in a nice, cut'n'pasteable form::
6262
python setup.py sdist --manifest-only
6363
python setup.py sdist --quiet
6464
python setup.py bdist_rpm
65-
python setup.py bdist_wininst
65+
python2.5 setup.py bdist_wininst --user-access-control force
6666
python setup.py register
6767
python setup.py sdist upload --sign
6868
python2.5 setup.py bdist_wininst upload --sign

0 commit comments

Comments
 (0)