Skip to content

Commit

Permalink
Merge pull request #9 from arnoudbuzing/arnoudbuzing/prototypes
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
arnoudbuzing authored Apr 24, 2018
2 parents 4d3d28c + 965ad04 commit 2cccdcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Prototypes/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Version -> "0.2.2",
MathematicaVersion -> "11.2+",
Loading -> Automatic,
Thumbnail -> "icons/icon.png",
Extensions -> {
{ "Documentation", MainPage -> "Guides/Prototypes", Language -> "English"},
{ "Kernel",
Expand Down
Binary file added Prototypes/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions build.wls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Print[];
directory = DirectoryName[$InputFileName];
Print["Using directory: ", directory];
directory = DirectoryName[ First @ $ScriptCommandLine ];
Print["Directory: ", directory];
files = FileNames["*.paclet", directory];
Print["Found paclets (to be deleted): ", files];
DeleteFile /@ files;
Expand Down

0 comments on commit 2cccdcb

Please sign in to comment.