Skip to content

Commit 373b9bb

Browse files
committed
changed a little
1 parent 1e883e2 commit 373b9bb

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"homepage": "https://desktop.turbowarp.org/",
5252
"repository": {
5353
"type": "git",
54-
"url": "https://github.com/TurboWarp/desktop.git"
54+
"url": "https://github.com/02engine/desktop.git"
5555
},
5656
"bugs": {
57-
"url": "https://github.com/TurboWarp/desktop/issues",
58-
"email": "contact@turbowarp.org"
57+
"url": "https://github.com/02engine/desktop/issues",
58+
"email": "ericmu20101103@163.com"
5959
},
6060
"main": "./src-main/entrypoint.js",
6161
"build": {

src-main/brand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const PLATFORM_NAME = '02Engine';
22
const APP_NAME = '02Engine Desktop';
3-
const PACKAGER_NAME = 'TurboWarp Packager';
3+
const PACKAGER_NAME = '02Engine Packager';
44

55
module.exports = {
66
PLATFORM_NAME,

src-main/windows/abstract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class AbstractWindow {
170170
options.useContentSize = true;
171171
options.minWidth = 200;
172172
options.minHeight = 200;
173-
173+
options.icon = path.resolve(__dirname, '../../art/icon.png');
174174
// Child classes are expected to show the window on their own
175175
options.show = false;
176176

src-renderer-webpack/editor/gui/desktop-hoc.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const handleClickAbout = () => {
5959
};
6060

6161
const handleClickSourceCode = () => {
62-
window.open('https://github.com/TurboWarp');
62+
window.open('https://github.com/02engine');
6363
};
6464

6565
const securityManager = {

src-renderer/privacy/privacy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Privacy Policy</h1>
4040

4141
<p><i>Updated September 8, 2023 (v1.9.0)</i></p>
4242

43-
<p>A comprehensive privacy policy for all of TurboWarp can be found at <a href="https://turbowarp.org/privacy.html">https://turbowarp.org/privacy.html</a>. Here, we have simplified it down to just the parts relevant to the desktop app.</p>
43+
<p>A comprehensive privacy policy for all of TurboWarp/02engine can be found at <a href="https://turbowarp.org/privacy.html">https://turbowarp.org/privacy.html</a>. Here, we have simplified it down to just the parts relevant to the desktop app.</p>
4444

4545
<h2 class="if-update-checker">Update Checker</h2>
4646
<p class="if-update-checker">The desktop app contains an update checker which <a href="#" class="open-desktop-settings">can be disabled in desktop settings</a>.</p>
@@ -76,7 +76,7 @@ <h2>Projects generated by the TurboWarp Packager</h2>
7676
<p>You are responsible for informing end users about the privacy practices of the files you distribute. Do not link to this document as your project's privacy policy as it may change in the future. You must write your own.</p>
7777

7878
<h2>Contact</h2>
79-
<p>Any concerns related to privacy or any other matter should be sent to: <a href="mailto:contact@turbowarp.org">contact@turbowarp.org</a></p>
79+
<p>Any concerns related to privacy or any other matter should be sent to: <a href="mailto:ericmu20101103@163.com">ericmu20101103@163.com</a></p>
8080
</main>
8181
</body>
8282
</html>

store-listings/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs');
22
const path = require('path');
33

44
const NUMBER_OF_ADDONS = 50;
5-
const CHANGELOG_LINK = 'https://desktop.turbowarp.org/?changelog';
5+
const CHANGELOG_LINK = 'https://02engine.02studio.xyz/';
66
const SCREENSHOT_PROJECT_LINK = 'https://scratch.mit.edu/projects/425020125/';
77
const translations = require('./imported.json');
88

store-listings/imported.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)