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.
2 parents f36e086 + 75a7a66 commit 8cb6df2Copy full SHA for 8cb6df2
src/js/services/go.js
@@ -220,7 +220,7 @@ Exec="+process.execPath.replace(/ /g, '\\ ')+" %u\n\
220
Icon="+path.dirname(process.execPath)+"/public/img/icons/icon-white-outline.iconset/icon_256x256.png\n\
221
Terminal=false\n\
222
Categories=Office;Finance;\n\
223
-MimeType=x-scheme-handler/byteball;\n\
+MimeType=x-scheme-handler/"+package.name+";\n\
224
X-Ubuntu-Touch=true\n\
225
X-Ubuntu-StageHint=SideStage\n", {mode: 0755}, function(err){
226
if (err)
0 commit comments