Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit bba3839

Browse files
hwahyang1Tilto_
andcommitted
v1.0-pre1 Release
자세한 내용은 Releases를 참고하세요. For more information, see the Releases tab. Co-Authored-By: Tilto_ <me@tilto.kro.kr>
1 parent a22dc6c commit bba3839

44 files changed

Lines changed: 11231 additions & 7 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build_test.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3+
4+
name: Electron Build Test
5+
6+
on:
7+
push:
8+
branches: [ main ]
9+
10+
jobs:
11+
build:
12+
13+
runs-on: windows-latest
14+
15+
strategy:
16+
matrix:
17+
node-version: [15.x]
18+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19+
20+
steps:
21+
- uses: actions/checkout@v2
22+
- name: Use Node.js ${{ matrix.node-version }}
23+
uses: actions/setup-node@v1
24+
with:
25+
node-version: ${{ matrix.node-version }}
26+
- run: npm ci -D
27+
- run: npm run build

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
build
3+
.idea
4+
logs/*.log

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Title Image](https://adobe-discord-rpc.github.io/Adobe-Discord-RPC-Image/images/cover.png)](https://github.com/Adobe-Discord-RPC)
44

5-
[![Discord Badge](https://img.shields.io/badge/Join-DIscord-7289DA?style=for-the-badge)](https://discord.gg/7MBYbERafX) [![Homepage Badge](https://img.shields.io/badge/Homepage-Click-7289DA?style=for-the-badge)](https://adoberpc.hwahyang.space)
5+
[![Discord Badge](https://img.shields.io/badge/Join-DIscord-7289DA?style=for-the-badge)](https://discord.gg/7MBYbERafX) [![Homepage Badge](https://img.shields.io/badge/Homepage-Click-7289DA?style=for-the-badge)](https://adobe.discordrpc.org)
66

77
[![Facebook Badge](https://img.shields.io/badge/Follow-Facebook-4267B2?style=for-the-badge)](https://www.facebook.com/adobediscordrpc) [![Twitter Badge](https://img.shields.io/badge/Follow-Twitter-1DA1F2?style=for-the-badge)](https://twitter.com/adobediscordrpc)
88

@@ -12,16 +12,28 @@
1212

1313
## Ko
1414

15-
Adobe Discord RPC 설정 프로그램 레포지토리입니다.
15+
Adobe Discord RPC 프로그램 설정, 업데이트, 제거 프로그램 레포지토리 입니다.
1616

17-
프로그램 코어 v4.0부터는 프로그램 업데이트, 제거, 설정의 기능이 모두 Configurator로 통합됩니다.
17+
설치 방법은 [홈페이지](https://adobe.discordrpc.org)를 참고 해 주세요.
1818

19-
설치 방법은 [홈페이지](https://adoberpc.hwahyang.space)를 참고 해 주세요.
19+
---
20+
21+
개발 : [화향](https://hwahyang.space), [틸토](https://tilto.kro.kr)
22+
23+
웹 디자인 : [화향](https://hwahyang.space) (템플릿 : [Materialize](https://materializecss.com/))
24+
25+
UI 디자인 : [화향](https://hwahyang.space), [틸토](https://tilto.kro.kr)
2026

2127
## En
2228

23-
This is the Repository of the Adobe Discord RPC Configurator Program.
29+
This is the Repository of the Adobe Discord RPC Program Settings, Updates, and Uninstallers.
30+
31+
Please refer to the [homepage](https://adobe.discordrpc.org) for installation instructions.
32+
33+
---
34+
35+
Develop by. [HwaHyang](https://hwahyang.space), [Tilto](https://tilto.kro.kr)
2436

25-
Starting with Program Core v4.0, program updates, uninstallations, and settings are all integrated into Configurator.
37+
Web Design by. [HwaHyang](https://hwahyang.space) (Template : [Materialize](https://materializecss.com/))
2638

27-
Please refer to the [homepage](https://adoberpc.hwahyang.space) for installation instructions.
39+
UI Design by. [HwaHyang](https://hwahyang.space), [Tilto](https://tilto.kro.kr)

0 commit comments

Comments
 (0)