Skip to content

Commit

Permalink
Help files (spaces!) fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jun 12, 2019
1 parent d27dcb3 commit ea623f3
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions APLSource/Fire-1/History-1.aplf
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
History
⍝ Contains information regarding the last couple of releases. A full history is available on GitHub. (This line is ignored)
* 7.1.3
* Missing module could prevent Fire from running.
* Bug fix: whith instantiated classes Fire might crash.
* Missing modules are now reported.
* 7.1.4
* The HTML files offered via the "Help" menu crashed Fire in case there was a space somewere on the fully qualified filename.
\\
For information regarding older version see <https://github.com/aplteam/Fire/releases>
2 changes: 1 addition & 1 deletion APLSource/Fire-1/Version-1.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r(1¯1⎕NPARTS⎕THIS)'7.1.3.93' '2019-06-11'
r(1¯1⎕NPARTS⎕THIS)'7.1.4.96' '2019-06-12'
Binary file modified Fire.dws
Binary file not shown.
14 changes: 7 additions & 7 deletions Fire.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; This script is best executed by Fire's "Make" utility.

#define MyAppVersion "7.1.3.93"
#define MyAppVersion "7.1.4.96"
#define MyAppName "Fire"
#define MyAppExeName "Fire.dws"
#define MyAppPublisher "APL Team Ltd"
Expand Down Expand Up @@ -45,14 +45,14 @@ Source: "{#TargetDir}\Fire\ReadMe.html"; DestDir: "{app}";
Source: "{#TargetDir}\Fire\UsefulRegExes.html"; DestDir: "{app}";

; The .NET file are needed for the "Check for updates" menu command
;Source: "bridge170_unicode.dll"; DestDir: "{app}";
;Source: "dyalognet.dll"; DestDir: "{app}"
Source: "bridge170_unicode.dll"; DestDir: "{app}";
Source: "dyalognet.dll"; DestDir: "{app}"

; The Conga DLLs are needed for "Check for updates"
Source: "conga30ssl64.dll"; DestDir: "{app}";
Source: "conga30_64.dll"; DestDir: "{app}";
Source: "conga30ssl32.dll"; DestDir: "{app}";
Source: "conga30_32.dll"; DestDir: "{app}";
;Source: "conga31ssl64.dll"; DestDir: "{app}";
;Source: "conga31_64.dll"; DestDir: "{app}";
;Source: "conga31ssl32.dll"; DestDir: "{app}";
;Source: "conga31_32.dll"; DestDir: "{app}";

Source: "{#TargetDir}\Fire\{#MyAppExeName}"; DestDir: "{app}"
Source: "LICENSE"; DestDir: "{app}"
Expand Down
Binary file added bridge170_unicode.dll
Binary file not shown.
Binary file removed conga30_32.dll
Binary file not shown.
Binary file removed conga30_64.dll
Binary file not shown.
Binary file removed conga30ssl32.dll
Binary file not shown.
Binary file removed conga30ssl64.dll
Binary file not shown.
Binary file added conga31_32.dll
Binary file not shown.
Binary file added conga31_64.dll
Binary file not shown.
Binary file added conga31ssl32.dll
Binary file not shown.
Binary file added conga31ssl64.dll
Binary file not shown.
Binary file added dyalognet.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion publish.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<tool name="Fire"> <version>7.1.3</version> <date>2019-06-11</date> <main>Fire</main> <container>#._Fire</container> <files> <file>Fire_UC.dyalog</file> <file>ReadMe.html</file> <file>HowToInstall.html</file> <file>UsefulRegExes.html</file> </files> <ignoreForNow> <file>conga30ssl32.dll</file> <file>conga30_32.dll</file> <file>conga30ssl64.dll</file> <file>conga30_64.dll</file> </ignoreForNow> <needs> <script>APLTreeUtils</script> <script>FilesAndDirs</script> <script>OS</script> <script>WinReg</script> <script development="true">Tester</script> <script>GitHubAPIv3</script> </needs> <ignoreForNow> <ws copy="Rumba">Rumba</ws> </ignoreForNow> <scriptOnly>0</scriptOnly> <wsid>Fire</wsid> <autoload>1</autoload> <buildid>93</buildid></tool>
<tool name="Fire"> <version>7.1.4</version> <date>2019-06-12</date> <main>Fire</main> <container>#._Fire</container> <files> <file>Fire_UC.dyalog</file> <file>ReadMe.html</file> <file>HowToInstall.html</file> <file>UsefulRegExes.html</file> </files> <ignoreForNow> <file>conga30ssl32.dll</file> <file>conga30_32.dll</file> <file>conga30ssl64.dll</file> <file>conga30_64.dll</file> </ignoreForNow> <needs> <script>APLTreeUtils</script> <script>FilesAndDirs</script> <script>OS</script> <script>WinReg</script> <script development="true">Tester</script> <script>GitHubAPIv3</script> </needs> <ignoreForNow> <ws copy="Rumba">Rumba</ws> </ignoreForNow> <scriptOnly>0</scriptOnly> <wsid>Fire</wsid> <autoload>1</autoload> <buildid>96</buildid></tool>
Expand Down

0 comments on commit ea623f3

Please sign in to comment.