[PR #101] [MERGED] fix #100 rewrite build process, use ci #2933

Closed
opened 2026-02-27 00:54:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/101
Author: @zxdong262
Created: 11/29/2017
Status: Merged
Merged: 11/29/2017
Merged by: @zxdong262

Base: masterHead: fix-100


📝 Commits (10+)

📊 Changes

21 files changed (+281 additions, -137 deletions)

View changed files

📝 .gitignore (+2 -0)
.travis.yml (+39 -0)
📝 README.md (+3 -4)
📝 app/app.js (+1 -2)
📝 app/config.default.js (+12 -12)
app/lib/app-path.js (+5 -0)
📝 app/lib/fs.js (+26 -16)
📝 app/lib/ls.js (+2 -1)
📝 app/lib/user-config-controller.js (+2 -1)
📝 app/static/images/electerm-round-128x128.png (+0 -0)
app/static/images/electerm-white.png (+0 -0)
app/static/images/electerm.png (+0 -0)
appveyor.yml (+26 -0)
bin/build.js (+18 -0)
bin/dist.js (+0 -91)
bin/pack.js (+62 -0)
bin/prepare.js (+40 -0)
📝 build/icons.icns (+0 -0)
📝 build/icons.ico (+0 -0)
📝 electron-builder.json (+33 -1)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/101 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/29/2017 **Status:** ✅ Merged **Merged:** 11/29/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-100` --- ### 📝 Commits (10+) - [`7bb791e`](https://github.com/electerm/electerm/commit/7bb791e8b536bd498d33c6f3963e6f23afae1cb4) seprate pack and compile script - [`8ee42d5`](https://github.com/electerm/electerm/commit/8ee42d594c1c90d791004f32e29ef3b5d91bb2d6) save - [`5e8f267`](https://github.com/electerm/electerm/commit/5e8f2674948a0af6cccc034f1b62edbf7f30abbc) save - [`8c669ba`](https://github.com/electerm/electerm/commit/8c669babd16063ea7f4f3066891dc83c289239ea) save - [`0b73462`](https://github.com/electerm/electerm/commit/0b73462d3a8c08a061e67dfef7ab4d89f058ec80) save - [`83de68d`](https://github.com/electerm/electerm/commit/83de68d0d4d91cff2796e1ab2a4da49fd653a189) fix yml - [`c378af6`](https://github.com/electerm/electerm/commit/c378af648a7715c7b5b909107d1b57d0cedcd150) rm deps - [`0174560`](https://github.com/electerm/electerm/commit/01745609d033641072b23e4d75aa2d306e83e485) fix travis - [`02b0e00`](https://github.com/electerm/electerm/commit/02b0e000a37ce4f5dc73f14791da0e74e3e02a6d) fix linux icon set - [`4bd65b7`](https://github.com/electerm/electerm/commit/4bd65b785fed9d4e26b12b5e1452a70c8decc1e1) add cross-env ### 📊 Changes **21 files changed** (+281 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `.travis.yml` (+39 -0) 📝 `README.md` (+3 -4) 📝 `app/app.js` (+1 -2) 📝 `app/config.default.js` (+12 -12) ➕ `app/lib/app-path.js` (+5 -0) 📝 `app/lib/fs.js` (+26 -16) 📝 `app/lib/ls.js` (+2 -1) 📝 `app/lib/user-config-controller.js` (+2 -1) 📝 `app/static/images/electerm-round-128x128.png` (+0 -0) ➖ `app/static/images/electerm-white.png` (+0 -0) ➖ `app/static/images/electerm.png` (+0 -0) ➕ `appveyor.yml` (+26 -0) ➕ `bin/build.js` (+18 -0) ➖ `bin/dist.js` (+0 -91) ➕ `bin/pack.js` (+62 -0) ➕ `bin/prepare.js` (+40 -0) 📝 `build/icons.icns` (+0 -0) 📝 `build/icons.ico` (+0 -0) 📝 `electron-builder.json` (+33 -1) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:54:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2933
No description provided.