generated from sindresorhus/electron-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/lacymorrow/crossover
* 'master' of https://github.com/lacymorrow/crossover: Updated config.yml Updated config.yml Updated config.yml Updated config.yml Create snapcraft.yaml Updated config.yml Updated config.yml
- Loading branch information
Showing
2 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
# After registering a name on build.snapcraft.io, commit an uncommented line: | ||
# name: crossover | ||
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' | ||
summary: Snap build for lacymorrow/crossover | ||
description: | | ||
CrossOver: Crosshair Overlay | ||
grade: devel # must be 'stable' to release into candidate/stable channels | ||
confinement: devmode # use 'strict' once you have the right plugs and slots | ||
|
||
parts: | ||
my-part: | ||
# See 'snapcraft plugins' | ||
plugin: nil | ||
|