Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
a66c7bf3
authored
Sep 24, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: corrected fallback action and url handler register
parent
3a966b5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
src/nsi/installer/win_install.py
+10
-3
No files found.
src/nsi/installer/win_install.py
View file @
a66c7bf3
...
@@ -145,9 +145,16 @@ def main():
...
@@ -145,9 +145,16 @@ def main():
(
'circle
\\
URL Protocol'
,
""
),
(
'circle
\\
URL Protocol'
,
""
),
(
'circle
\\
DefaultIcon'
,
args
.
location
+
"cloud.ico"
),
(
'circle
\\
DefaultIcon'
,
args
.
location
+
"cloud.ico"
),
(
'circle
\\
shell'
,
{
'open'
:
{
(
'circle
\\
shell'
,
{
'open'
:
{
'command'
:
r'"
%
s\pythonw.exe"'
%
sys
.
exec_prefix
'command'
:
(
+
r' "
%
s'
%
args
.
location
"
\"
%(prefix)
s
\
pythonw.exe
\"
"
+
r'\cloud.py" "
%1
"'
}})])
"
\"
%(location)
s"
"cloud.py
\"
"
%
{
'prefix'
:
sys
.
exec_prefix
,
'location'
:
args
.
location
}
+
r'"
%1
"'
)
}})
])
custom_protocol_register
(
custom_protocol
)
custom_protocol_register
(
custom_protocol
)
except
:
except
:
print
"Error! URL Protocol handler installation aborted!"
print
"Error! URL Protocol handler installation aborted!"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment