mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-23 15:37:25 -08:00
oracle update
This commit is contained in:
@@ -5,7 +5,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
OracleImporter importer;
|
||||
OracleImporter importer("../oracle");
|
||||
importer.downloadNextFile();
|
||||
|
||||
return app.exec();
|
||||
|
||||
Reference in New Issue
Block a user