Skip to content

Commit

Permalink
update: 更新 icon 以及 electron-build 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed Jun 6, 2024
1 parent 0dcda51 commit accb6a5
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 104 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# leser
# Leser

## 简介

一个现代风格的 RSS 跨平台桌面客户端(支持 macOS、Windows、Linux),是基于 Electron 构建的 React 项目

本项目名字受 `state` 对应德语单词——zustand 的取名启发,故项目名使用德语 `reader` 单词——leser

支持接入大部分主流订阅源服务:

- Feedbin
Expand Down
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
appId: top.kangod.leser
productName: leser
copyright: Copyright © 2024 Kangod Yan
directories:
buildResources: build
files:
Expand All @@ -13,11 +14,20 @@ asarUnpack:
- resources/**
win:
executableName: leser
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
# 是否一键安装
oneClick: false
# 是否始终按所有用户安装
perMachine: true
# 允许修改安装目录
allowToChangeInstallationDirectory: true
# 是否在卸载时删除应用程序数据
deleteAppDataOnUninstall: true
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
Expand All @@ -26,6 +36,7 @@ mac:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
icon: build/icon.icns
dmg:
artifactName: ${name}-${version}.${ext}
linux:
Expand Down
112 changes: 11 additions & 101 deletions src/renderer/public/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit accb6a5

Please sign in to comment.