We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f9de1 commit b2810fcCopy full SHA for b2810fc
linux-build/nfpm.yaml
@@ -1,7 +1,6 @@
1
-# nfpm example config file
2
-#
3
-# check https://nfpm.goreleaser.com/configuration for detailed usage
4
+# mcmap packaging config
+# expects to be run from the `bin` directory
+
5
name: "mcmap"
6
arch: "amd64"
7
platform: "linux"
@@ -16,13 +15,19 @@ license: "GPL-3.0 license"
16
15
contents:
17
- src: ./mcmap # this path is mounted into the container
18
dst: /usr/local/bin/mcmap
+ file_info:
19
+ mode: 0755
20
+ owner: root
21
+ group: root
22
- src: ./mcmap-gui
23
dst: /usr/local/bin/mcmap-gui
24
25
26
27
28
overrides:
29
deb:
30
depends:
31
- libpng16-16
32
- libgomp1
33
- qtbase5-dev
- scripts:
- postinstall: /mcmap/linux-build/postinstall.sh
linux-build/postinstall.sh
0 commit comments