File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,20 @@ Create each of these by running the `elm` executable for each platform through `
43
43
44
44
Put the above files at:
45
45
46
- 1 . ` packages/elm_darwin_arm64 /elm `
47
- 2 . ` packages/elm_darwin_x64 /elm `
48
- 3 . ` packages/elm_linux_x64 /elm `
49
- 4 . ` packages/elm_linux_arm64 /elm `
50
- 5 . ` packages/elm_win32_x64 /elm.exe ` (Note the ` .exe ` file extension!)
46
+ 1 . ` packages/darwin_arm64 /elm `
47
+ 2 . ` packages/darwin_x64 /elm `
48
+ 3 . ` packages/linux_x64 /elm `
49
+ 4 . ` packages/linux_arm64 /elm `
50
+ 5 . ` packages/win32_x64 /elm.exe ` (Note the ` .exe ` file extension!)
51
51
52
52
(They are ignored by git.)
53
53
54
54
55
55
## 3. Publish the binary packages
56
56
57
- Repeat this for all the packages mentioned in the previous section. This uses ` packages/elm_darwin_arm64 ` as an example.
57
+ Repeat this for all the packages mentioned in the previous section. This uses ` packages/darwin_arm64 ` as an example.
58
58
59
- 1 . Go to the folder: ` cd packages/elm_darwin_arm64 `
59
+ 1 . Go to the folder: ` cd packages/darwin_arm64 `
60
60
2 . Double-check that you put the right binary in the right package: ` file elm `
61
61
3 . Double-check that the file is executable: ` ls -l elm `
62
62
4 . In ` package.json ` of the binary package, bump the version for example to ` "0.19.1-2" ` .
You can’t perform that action at this time.
0 commit comments