From 597359f0428a0496b4656c44b2e44691950d3411 Mon Sep 17 00:00:00 2001 From: "Erik M. Bray" Date: Thu, 15 Dec 2016 11:15:48 +0100 Subject: [PATCH] Fix unfortunate typo in the SageMath Console shortcut link --- SageMath.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SageMath.iss b/SageMath.iss index e9a3b21d..36c7c4e4 100644 --- a/SageMath.iss +++ b/SageMath.iss @@ -103,9 +103,9 @@ Type: filesandordirs; Name: "{app}\app\dev\mqueue" #define RunSageNbDoc "Start SageMath notebook server" [Icons] -Name: "{app}\SageMath"; Filename: "{#bin}\mintty.exe"; Parameters: "-t {#RunSageTitle} -i sagemath.ico {#RunSage}"; WorkingDir: "{app}"; Comment: "{#RunSageDoc}"; IconFilename: "{app}\sagemath.ico" -Name: "{group}\SageMath"; Filename: "{#bin}\mintty.exe"; Parameters: "-t {#RunSageTitle} -i sagemath.ico {#RunSage}"; WorkingDir: "{app}"; Comment: "{#RunSageDoc}"; IconFilename: "{app}\sagemath.ico"; Tasks: startmenu -Name: "{commondesktop}\SageMath"; Filename: "{#bin}\mintty.exe"; Parameters: "-t {#RunSageTitle} -i sagemath.ico {#RunSage}"; WorkingDir: "{app}"; Comment: "{#RunSageDoc}"; IconFilename: "{app}\sagemath.ico"; Tasks: desktop +Name: "{app}\SageMath"; Filename: "{#bin}\mintty.exe"; Parameters: "-t '{#RunSageTitle}' -i sagemath.ico {#RunSage}"; WorkingDir: "{app}"; Comment: "{#RunSageDoc}"; IconFilename: "{app}\sagemath.ico" +Name: "{group}\SageMath"; Filename: "{#bin}\mintty.exe"; Parameters: "-t '{#RunSageTitle}' -i sagemath.ico {#RunSage}"; WorkingDir: "{app}"; Comment: "{#RunSageDoc}"; IconFilename: "{app}\sagemath.ico"; Tasks: startmenu +Name: "{commondesktop}\SageMath"; Filename: "{#bin}\mintty.exe"; Parameters: "-t '{#RunSageTitle}' -i sagemath.ico {#RunSage}"; WorkingDir: "{app}"; Comment: "{#RunSageDoc}"; IconFilename: "{app}\sagemath.ico"; Tasks: desktop Name: "{app}\SageMath Shell"; Filename: "{#bin}\mintty.exe"; Parameters: "-t '{#RunSageShTitle}' -i sagemath.ico {#RunSageSh}"; WorkingDir: "{app}"; Comment: "{#RunSageShDoc}"; IconFilename: "{app}\sagemath.ico" Name: "{group}\SageMath Shell"; Filename: "{#bin}\mintty.exe"; Parameters: "-t '{#RunSageShTitle}' -i sagemath.ico {#RunSageSh}"; WorkingDir: "{app}"; Comment: "{#RunSageShDoc}"; IconFilename: "{app}\sagemath.ico"; Tasks: startmenu