forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Packages: Copy built binaries to '_release' folder (onivim#373)
* Add 'create-release' to the esy-build-steps * Step to release artifact * Pass platform template parameter * Update lockfiles * Check that we pick up esy-dylibbundler * Release script updates * Generate plist * Update lockfiles * Add dmg-background image * Add release script * 1024px icon * Add icon files + script * Update dmg background * Update release.js * Fix up strategy for Win / Linux * 8.10869.14001
- Loading branch information
Showing
11 changed files
with
368 additions
and
21 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
Binary file not shown.
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,13 @@ | ||
mkdir Onivim2.iconset | ||
sips -z 16 16 Icon1024.png --out Onivim2.iconset/icon_16x16.png | ||
sips -z 32 32 Icon1024.png --out Onivim2.iconset/[email protected] | ||
sips -z 32 32 Icon1024.png --out Onivim2.iconset/icon_32x32.png | ||
sips -z 64 64 Icon1024.png --out Onivim2.iconset/[email protected] | ||
sips -z 128 128 Icon1024.png --out Onivim2.iconset/icon_128x128.png | ||
sips -z 256 256 Icon1024.png --out Onivim2.iconset/[email protected] | ||
sips -z 256 256 Icon1024.png --out Onivim2.iconset/icon_256x256.png | ||
sips -z 512 512 Icon1024.png --out Onivim2.iconset/[email protected] | ||
sips -z 512 512 Icon1024.png --out Onivim2.iconset/icon_512x512.png | ||
cp Icon1024.png Onivim2.iconset/[email protected] | ||
iconutil -c icns Onivim2.iconset | ||
rm -R Onivim2.iconset |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,7 +1,35 @@ | ||
{ | ||
"checksum": "34c48e15157bcb9c20fb59533defa08d", | ||
"checksum": "276d3998b57a43309e81dc5789833dd0", | ||
"root": "Oni2@link-dev:./package.json", | ||
"node": { | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "xmldom", | ||
"version": "0.1.27", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz#sha1:d501f97b3bdb403af8ef9ecc20573187aadac0e9" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "xmlbuilder", | ||
"version": "9.0.7", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz#sha1:132ee63d2ec5565c557e20f4c22df9aca686b10d" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "universalify", | ||
|
@@ -258,6 +286,23 @@ | |
], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "plist", | ||
"version": "3.0.1", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/plist/-/plist-3.0.1.tgz#sha1:a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [ | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9" | ||
], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "pesy", | ||
|
@@ -379,6 +424,20 @@ | |
], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "esy-macdylibbundler", | ||
"version": "0.4.5", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/esy-macdylibbundler/-/esy-macdylibbundler-0.4.5.tgz#sha1:f4aeadafe072b8fce9603a6da3cd10fa15c23495" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [ "[email protected]@d41d8cd9" ], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "esy-harfbuzz", | ||
|
@@ -435,6 +494,20 @@ | |
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "base64-js", | ||
"version": "1.3.0", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz#sha1:cab1e6118f051095e58b5281aea8c1cd22bfc0e3" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"Oni2@link-dev:./package.json": { | ||
"id": "Oni2@link-dev:./package.json", | ||
"name": "Oni2", | ||
|
@@ -452,6 +525,7 @@ | |
"[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", | ||
"@reason-native/[email protected]@d41d8cd9", "@opam/zed@opam:1.6@004ea65e", | ||
"@opam/yojson@opam:1.5.0@890db858", | ||
"@opam/ppx_let@opam:v0.11.0@059b0142", | ||
|
@@ -463,8 +537,9 @@ | |
"@esy-ocaml/[email protected]@d41d8cd9" | ||
], | ||
"devDependencies": [ | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "@opam/merlin@opam:3.2.2@829ee6dd" | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"@opam/merlin@opam:3.2.2@829ee6dd" | ||
] | ||
}, | ||
"@reason-native/[email protected]@d41d8cd9": { | ||
|
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 |
---|---|---|
@@ -1,7 +1,35 @@ | ||
{ | ||
"checksum": "34c48e15157bcb9c20fb59533defa08d", | ||
"checksum": "276d3998b57a43309e81dc5789833dd0", | ||
"root": "Oni2@link-dev:./package.json", | ||
"node": { | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "xmldom", | ||
"version": "0.1.27", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz#sha1:d501f97b3bdb403af8ef9ecc20573187aadac0e9" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "xmlbuilder", | ||
"version": "9.0.7", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz#sha1:132ee63d2ec5565c557e20f4c22df9aca686b10d" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "universalify", | ||
|
@@ -258,6 +286,23 @@ | |
], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "plist", | ||
"version": "3.0.1", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/plist/-/plist-3.0.1.tgz#sha1:a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [ | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9" | ||
], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "pesy", | ||
|
@@ -379,6 +424,20 @@ | |
], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "esy-macdylibbundler", | ||
"version": "0.4.5", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/esy-macdylibbundler/-/esy-macdylibbundler-0.4.5.tgz#sha1:f4aeadafe072b8fce9603a6da3cd10fa15c23495" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [ "[email protected]@d41d8cd9" ], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "esy-harfbuzz", | ||
|
@@ -435,6 +494,20 @@ | |
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"[email protected]@d41d8cd9": { | ||
"id": "[email protected]@d41d8cd9", | ||
"name": "base64-js", | ||
"version": "1.3.0", | ||
"source": { | ||
"type": "install", | ||
"source": [ | ||
"archive:https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz#sha1:cab1e6118f051095e58b5281aea8c1cd22bfc0e3" | ||
] | ||
}, | ||
"overrides": [], | ||
"dependencies": [], | ||
"devDependencies": [] | ||
}, | ||
"Oni2@link-dev:./package.json": { | ||
"id": "Oni2@link-dev:./package.json", | ||
"name": "Oni2", | ||
|
@@ -451,6 +524,7 @@ | |
"[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", | ||
"@reason-native/[email protected]@d41d8cd9", "@opam/zed@opam:1.6@004ea65e", | ||
"@opam/yojson@opam:1.5.0@890db858", | ||
"@opam/ppx_let@opam:v0.11.0@059b0142", | ||
|
@@ -462,8 +536,9 @@ | |
"@esy-ocaml/[email protected]@d41d8cd9" | ||
], | ||
"devDependencies": [ | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "@opam/merlin@opam:3.2.2@829ee6dd" | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"[email protected]@d41d8cd9", "[email protected]@d41d8cd9", | ||
"@opam/merlin@opam:3.2.2@829ee6dd" | ||
] | ||
}, | ||
"@reason-native/[email protected]@d41d8cd9": { | ||
|
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
Oops, something went wrong.