mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
54f757d9b2
* chore: bump version 0.1.5
* fix: could not trigger slash menu after inserting an emoji
* Revert "feat: add hover effect on an event card (#2487)"
This reverts commit f0a4b4b77d
.
* feat: add hover effect on an event card
* fix: #2469 duplicated cover
23 lines
667 B
Plaintext
23 lines
667 B
Plaintext
[Setup]
|
|
AppName=AppFlowy
|
|
AppVersion={#AppVersion}
|
|
AppPublisher=AppFlowy-IO
|
|
WizardStyle=modern
|
|
Compression=lzma2
|
|
SolidCompression=yes
|
|
DefaultDirName={autopf}\AppFlowy\
|
|
DefaultGroupName=AppFlowy
|
|
SetupIconFile=flowy_logo.ico
|
|
UninstallDisplayIcon={app}\AppFlowy.exe
|
|
UninstallDisplayName=AppFlowy
|
|
VersionInfoVersion={#AppVersion}
|
|
UsePreviousAppDir=no
|
|
|
|
[Files]
|
|
Source: "AppFlowy\AppFlowy.exe";DestDir: "{app}";DestName: "AppFlowy.exe"
|
|
Source: "AppFlowy\*";DestDir: "{app}"
|
|
Source: "AppFlowy\data\*";DestDir: "{app}\data\"; Flags: recursesubdirs
|
|
|
|
[Icons]
|
|
Name: "{userdesktop}\AppFlowy"; Filename: "{app}\AppFlowy.exe"
|
|
Name: "{group}\AppFlowy"; Filename: "{app}\AppFlowy.exe" |