Skip to content

Commit b8052ac

Browse files
committed
Fix old names
1 parent ed59f60 commit b8052ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/content/docs/docs/v1/packs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Packs
55
There is one built-in core pack with basic cards, a dice and chips. See `app/pack` for reference. For creating your own pack, mirror the setup, change to your liking and create a zip directory (make sure there is no extra folder in there). Change the file extension to `.stnx` and you are ready to share it.
66
To import it, open the app and go to `Packs`. Then click on the import button in the top right corner.
77

8-
You can find the code for the core pack [here](https://github.com/LinwoodDev/Quokka/blob/develop/app/pack).
8+
You can find the code for the core pack [here](https://github.com/LinwoodDev/Setonix/blob/develop/app/pack).
99

1010
## Pack Structure
1111

docs/src/content/docs/docs/v1/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Future<void> onLoad(SetonixServer server) async {
9797

9898
See the [API documentation](https://api.setonix.world/) for more information about the server software.
9999

100-
There are examples, you can find [here](https://github.com/LinwoodDev/Quokka/blob/develop/server/example).
100+
There are examples, you can find [here](https://github.com/LinwoodDev/Setonix/blob/develop/server/example).

tools/set_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bool isPreRelease(String version) {
107107

108108
Future<void> updateAppData(String version) async {
109109
var file = File(
110-
'app/linux/debian/usr/share/metainfo/dev.linwood.butterfly.appdata.xml');
110+
'app/linux/debian/usr/share/metainfo/dev.linwood.setonix.appdata.xml');
111111
if (isPreRelease(version)) {
112112
return;
113113
}

0 commit comments

Comments
 (0)