latex-stickies 1.3.8 → 1.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -29,7 +29,8 @@ keeps a copy of the runtime carrying this app's name and icon in
29
29
  `~/Library/Application Support/latex-stickies/` -- on APFS that is a
30
30
  copy-on-write clone, so it costs almost no disk. On a Mac you can
31
31
  download a `.dmg` from [Releases](https://github.com/kev-nj/latex-stickies/releases)
32
- instead and skip Node entirely.
32
+ instead and skip Node entirely. It is not signed by Apple, so the first launch
33
+ needs a right-click on the app and **Open** rather than a double-click.
33
34
 
34
35
  ## Writing in a note
35
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "latex-stickies",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Sticky notes for your desktop that render LaTeX and Markdown.",
5
5
  "main": "src/main.js",
6
6
  "scripts": {
@@ -30,7 +30,8 @@
30
30
  "zip"
31
31
  ],
32
32
  "icon": "build/icon.icns"
33
- }
33
+ },
34
+ "afterPack": "scripts/after-pack.js"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@codemirror/commands": "^6.11.0",