-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvelopack.yml
More file actions
20 lines (16 loc) · 925 Bytes
/
velopack.yml
File metadata and controls
20 lines (16 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The unique identifier for your application. This MUST match the file name of your main executable.
# For example, if your main executable is 'Cliptoo.exe', the id must be 'Cliptoo'.
id: Cliptoo
# The user-friendly title of your application, which will be displayed in the installer.
title: Cliptoo
# The authors of the application, which will be stored in the package metadata.
authors: dcog989
# A path to a .ico file to use for the installer and shortcuts.
# This is relative to the location of this yml file.
icon: Cliptoo.UI/Assets/Icons/cliptoo.ico
# A path to a markdown file containing release notes for the current version.
# If this is not provided, Velopack will look for a RELEASENOTES.md or similar file.
# releaseNotes: RELEASENOTES.md
# The version is not required here because it is provided by the build script
# via the '--packVersion' argument, which reads it from your .csproj file.
# version: 9.9.9