Skip to content

Commit 0494d58

Browse files
committed
Update links and bump year
1 parent 4af237d commit 0494d58

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build instructions
22

3-
The idea is to automate the build process to create the bundle zip file with all needed components: [FujiNet-PC](https://github.com/FujiNetWIFI/fujinet-pc), [SD Card](https://github.com/FujiNetWIFI/fujinet-sd-card) files and [Bridge to the emulator](https://github.com/FujiNetWIFI/fujinet-emulator-bridge). This is work in progress.
3+
The idea is to automate the build process to create the bundle zip file with all needed components: [FujiNet-PC](https://github.com/FujiNetWIFI/fujinet-firmware), [SD Card](https://github.com/FujiNetWIFI/fujinet-sd-card) files and [Bridge to the emulator](https://github.com/FujiNetWIFI/fujinet-emulator-bridge). This is work in progress.
44

55
The instructions below may be incomplete. I need to keep my notes somewhere ;-)
66

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Jan Krupa
3+
Copyright (c) 2022-2025 Jan Krupa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FujiNet-PC Launcher
22

3-
Brings [#FujiNet](https://fujinet.online/) experience into [Altirra](https://virtualdub.org/altirra.html) Atari emulator. It is simple launcher GUI to control [FujiNet-PC](https://github.com/FujiNetWIFI/fujinet-pc) and [NetSIO hub](https://github.com/FujiNetWIFI/fujinet-emulator-bridge).
3+
Brings [#FujiNet](https://fujinet.online/) experience into [Altirra](https://virtualdub.org/altirra.html) Atari emulator. It is simple launcher GUI to control [FujiNet-PC](https://github.com/FujiNetWIFI/fujinet-firmware) and [NetSIO hub](https://github.com/FujiNetWIFI/fujinet-emulator-bridge).
44

55
![Launcher](launcher.png)
66

@@ -32,6 +32,6 @@ Note: Wine can be used to run Altirra on macOS and Linux.
3232

3333
Check for setup instructions [here](Install.md).
3434

35-
An alternative to all in one bundle is a variant which includes **scripts** only, also available in [Releases](https://github.com/a8jan/fujinet-pc-launcher/releases) section. The scripts package contains: Launcher GUI and NetSIO hub Python modules and NetSIO custom device for Altirra. It does not contain any binaries. To run scripts Python 3 with necessary libraries must be installed on the system and FujiNet-PC binaries ([downloaded](https://github.com/FujiNetWIFI/fujinet-pc/releases/latest) or [built](https://github.com/FujiNetWIFI/fujinet-pc#build-instructions)) have to be placed into `fujinet-pc` directory.
35+
An alternative to all in one bundle is a variant which includes **scripts** only, also available in [Releases](https://github.com/a8jan/fujinet-pc-launcher/releases) section. The scripts package contains: Launcher GUI and NetSIO hub Python modules and NetSIO custom device for Altirra. It does not contain any binaries. To run scripts Python 3 with necessary libraries must be installed on the system and FujiNet-PC binaries ([downloaded](https://github.com/FujiNetWIFI/fujinet-firmware/releases) or [built](https://github.com/FujiNetWIFI/fujinet-pc#build-instructions)) have to be placed into `fujinet-pc` directory.
3636

3737
Check how to run FujiNet-PC Launcher or NetSIO hub as Python scripts [here](ScriptsUsage.md).

launcher/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
DESCRIPTION = "A launcher to control FujiNet-PC and NetSIO hub."
1010

11-
COPYRIGHT = "(C) 2022-2024 apc"
11+
COPYRIGHT = "(C) 2022-2025 apc"
1212
WEBSITE = "https://github.com/a8jan/fujinet-pc-launcher"

0 commit comments

Comments
 (0)