Commit c743015
authored
linux/pack.sh: use standard filename format (#2239)
All other platforms use the package filename format:
```
gcm(user)-$RUNTIME-$VERSION.$EXT
```
But the Linux packages have been set to:
```
gcm-$RUNTIME.$VERSION.$EXT
```
Let's standardise on the `.` separator between runtime and version.1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments