Skip to content

Commit

Permalink
Update imagewriter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 24, 2024
1 parent 58b2205 commit 876d5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ImageWriter::ImageWriter(QObject *parent)
QFile f(devFilePath);
if (f.exists() && f.open(QIODevice::ReadOnly)) {
qDebug() << "You are a Developer!";
_repo="https://github.com/OpenHD/OpenHD-ImageWriter/releases/download/Json/OpenHD-dev-download-index.json";
_repo="https://github.com/OpenHD/OpenHD-ImageWriter/releases/download/Json/OpenHD-development-releases.json";
f.close();
} else {
qDebug() << "You are no Developer!" << devFilePath;
Expand Down

0 comments on commit 876d5bc

Please sign in to comment.