experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

package icon, disable signing for now

+12
+12
package.json
··· 10 10 "type": "git", 11 11 "url": "https://github.com/autonome/peek" 12 12 }, 13 + "build": { 14 + "appId": "com.autonome.peek", 15 + "productName": "Peek", 16 + "mac": { 17 + "icon": "assets/appicon.icns", 18 + "category": "public.app-category.productivity", 19 + "identity": null 20 + }, 21 + "directories": { 22 + "output": "out" 23 + } 24 + }, 13 25 "scripts": { 14 26 "start": "electron .", 15 27 "debug": "DEBUG=1 electron .",