Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
v1.1.21-numa.1 - 0029ec7 - Numa Version
Browse files Browse the repository at this point in the history
  • Loading branch information
MG8853 committed Jan 15, 2022
1 parent 0029ec7 commit a6de73c
Show file tree
Hide file tree
Showing 48 changed files with 5,650 additions and 1,306 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.version }}
release_name: FelNullLauncher - ${{ steps.get_version.outputs.version }}
release_name: NumaGDLauncher - ${{ steps.get_version.outputs.version }}
body: |
ダウンロードはこちらから!
[Windows](https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.version }}/FelNullGDLauncher-win-setup.exe)
[Mac OS X](https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.version }}/FelNullGDLauncher-mac-setup.dmg)
[Linux](https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.version }}/FelNullGDLauncher-linux-setup.AppImage)
[Windows](https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.version }}/NumaGDLauncher-win-setup.exe)
[Mac OS X](https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.version }}/NumaGDLauncher-mac-setup.dmg)
[Linux](https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.version }}/NumaGDLauncher-linux-setup.AppImage)
Windows : [FelNullGDLauncher-win-setup.exe]を実行すると自動的にインストールが開始し、ソフトが起動します。
Mac OS X : [FelNullGDLauncher-mac-setup.dmg]を実行してアプリをアプリケーションにコピーしてください。
Windows : [NumaGDLauncher-win-setup.exe]を実行すると自動的にインストールが開始し、ソフトが起動します。
Mac OS X : [NumaGDLauncher-mac-setup.dmg]を実行してアプリをアプリケーションにコピーしてください。
Linux : どれでもできればよし!
※データフォルダリンク例
Mac OS X
/Users/ [user] /Library/Application Support/felnullgdlaucher
/Users/ [user] /Library/Application Support/felnullgdlaucher_next
/Users/ [user] /Library/Application Support/numagdlaucher
/Users/ [user] /Library/Application Support/numagdlaucher_next
Windows
C:\Users\ [user] \AppData\Roaming\felnullgdlauncher
C:\Users\ [user] \AppData\Roaming\felnullgdlauncher_next
C:\Users\ [user] \AppData\Roaming\numagdlauncher
C:\Users\ [user] \AppData\Roaming\numagdlauncher_next
Linuxわからん
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# NumaGDLauncher
NumaGDLauncherはFelNullGDLauncherをForkしたMinecraftランチャーです。

# FelNullGDLauncher
FelNullGDLauncherはGDLauncherを日本語訳して独自カスタマイズした新しいMinecraftランチャーです。Modpackのマルチスレッドダウンロードへの対応やCPUへの負担が低くかなり使いやすくなっています。

Expand Down
10 changes: 0 additions & 10 deletions cert/MEMO.txt

This file was deleted.

Binary file removed cert/felnull-servg.cer
Binary file not shown.
Binary file removed cert/felnull-servg.pfx
Binary file not shown.
Binary file removed cert/felnull-servg.pvk
Binary file not shown.
Binary file removed cert/felnull-servg.spc
Binary file not shown.
Binary file removed cert/felnull-servgCA.cer
Binary file not shown.
Binary file removed cert/felnull-servgCA.pfx
Binary file not shown.
Binary file removed cert/felnull-servgCA.pvk
Binary file not shown.
Binary file removed cert/felnull-servgCA.spc
Binary file not shown.
6 changes: 3 additions & 3 deletions dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
owner: TeamFelNull
repo: FelNullGDLauncher
provider: github
owner: Numa-Lab
repo: NumaGDLauncher
provider: github
6 changes: 3 additions & 3 deletions entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<array>
<dict>
<key>CFBundleURLName</key>
<string>FelNullGDLauncher handler</string>
<string>NumaGDLauncher handler</string>
<key>CFBundleURLSchemes</key>
<array>
<string>felnullgdlauncher</string>
<string>numagdlauncher</string>
</array>
</dict>
</array>
</dict>
</plist>
</plist>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "felnullgdlauncher",
"version": "1.1.21-felnull.3",
"description": "FelNullGDlauncherはシンプルでありながら、ユーザーエクスペリエンスに重点を置いた強力なMinecraftカスタムランチャーです。",
"name": "numagdlauncher",
"version": "1.1.21-numa.1",
"description": "NumaGDlauncherはシンプルでありながら、ユーザーエクスペリエンスに重点を置いた強力なMinecraftカスタムランチャーです。",
"postinstall": "electron-builder install-app-deps",
"keywords": [
"minecraft",
Expand All @@ -14,14 +14,15 @@
"sass",
"webpack",
"felnull",
"numa",
"japanese"
],
"bugs": {
"url": "https://github.com/TeamFelnull/FelNullGDLauncher/issues"
"url": "https://github.com/Numa-Lab/NumaGDLauncher/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamFelnull/FelNullGDLauncher.git"
"url": "git+https://github.com/Numa-Lab/NumaGDLauncher.git"
},
"license": "GPL-3.0",
"author": {
Expand Down
File renamed without changes
Binary file added public/Lab-logo-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Lab-logo.ico
Binary file not shown.
Binary file added public/Lab-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/discordRPC.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ let activity;
const initialAppStartup = Math.floor(Date.now() / 1000);

const defaultValue = {
details: 'Playing FelNullGDLauncher',
details: 'Playing NumaGDLauncher',
startTimestamp: Math.floor(Date.now() / 1000),
largeImageKey: 'general',
largeImageText: 'FelNullGDLauncher - TeamFelNull Minecraft Launcher',
largeImageKey: 'general-numa',
largeImageText: 'NumaGDLauncher - Minecraft Launcher',
instance: false
};

Expand All @@ -24,7 +24,7 @@ exports.initRPC = () => {
client.setActivity(activity);
});

client.login({ clientId: '709790494020075551' }).catch(error => {
client.login({ clientId: '931890214782259261' }).catch(error => {
if (error.message.includes('ENOENT')) {
log.error('Unable to initialize Discord RPC, no client detected.');
} else {
Expand Down
6 changes: 3 additions & 3 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ try {

app.setPath(
'userData',
path.join(app.getPath('appData'), 'felnullgdlauncher_next')
path.join(app.getPath('appData'), 'numagdlauncher_next')
);

let allowUnstableReleases = false;
Expand Down Expand Up @@ -649,8 +649,8 @@ if (process.env.REACT_APP_RELEASE_TYPE === 'setup') {
!allowUnstableReleases && app.getVersion().includes('beta');
autoUpdater.allowPrerelease = allowUnstableReleases;
autoUpdater.setFeedURL({
owner: 'TeamFelNull',
repo: 'FelNullGDLauncher',
owner: 'Numa-Lab',
repo: 'NumaGDLauncher',
provider: 'github'
});

Expand Down
Binary file added public/icon-bk.ico
Binary file not shown.
Binary file added public/icon-bk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon.ico
Binary file not shown.
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6de73c

Please sign in to comment.