diff --git a/.gitignore b/.gitignore index acd3491f..4aad6cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,6 @@ publish-data.db deno.lock node_modules *.zip -silverbullet-* -silverbullet.* -silverbullet \ No newline at end of file +bin +/silverbullet +/silverbullet.exe \ No newline at end of file diff --git a/scripts/silverbullet-needs-upgrade.js b/scripts/silverbullet-needs-upgrade.js new file mode 100644 index 00000000..064d23dc --- /dev/null +++ b/scripts/silverbullet-needs-upgrade.js @@ -0,0 +1 @@ +console.log("The process to install and upgrade SilverBullet has changed! Please visit https://silverbullet.md/Server for new installation instructions."); \ No newline at end of file