Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c1f3783

Browse files
committed
update repo
1 parent bc16472 commit c1f3783

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/squashfuse

1.36 MB
Binary file not shown.

src/src/modules/network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class Network {
1313
/**
1414
* @type {string}
1515
*/
16-
repository = 'https://raw.githubusercontent.com/hitman249/wine-helpers/master';
16+
repository = 'https://raw.githubusercontent.com/hitman249/wine-launcher/master';
1717

1818
/**
1919
* @type {Config}

src/src/modules/update.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class Update {
5757
* @returns {Promise}
5858
*/
5959
downloadSquashfuse() {
60-
let url = this.network.getRepo('/squashfuse');
60+
let url = this.network.getRepo('/bin/squashfuse');
6161
let path = this.prefix.getSquashfuseFile();
6262

6363
if (!this.fs.exists(path)) {
@@ -71,7 +71,7 @@ export default class Update {
7171
* @returns {Promise}
7272
*/
7373
downloadFuseiso() {
74-
let url = this.network.getRepo('/fuseiso');
74+
let url = this.network.getRepo('/bin/fuseiso');
7575
let path = this.prefix.getFuseisoFile();
7676

7777
if (!this.fs.exists(path)) {

0 commit comments

Comments
 (0)