Compare commits
4 Commits
release-d2
...
df48a232ec
Author | SHA1 | Date | |
---|---|---|---|
df48a232ec | |||
ab11b885e6 | |||
36fc25fb7e | |||
4803cca334 |
@ -134,7 +134,6 @@ ox::Error run(
|
|||||||
return ox::Error{1, "Please provide path to project directory or OxFS file."};
|
return ox::Error{1, "Please provide path to project directory or OxFS file."};
|
||||||
}
|
}
|
||||||
auto const path = args[1];
|
auto const path = args[1];
|
||||||
OX_REQUIRE_M(fs, keel::loadRomFs(path));
|
OX_REQUIRE_M(tctx, turbine::init(path, project));
|
||||||
OX_REQUIRE_M(tctx, turbine::init(std::move(fs), project));
|
|
||||||
return runTileSheetSetTest(*tctx);
|
return runTileSheetSetTest(*tctx);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
add_executable(NostalgiaStudio WIN32 MACOSX_BUNDLE)
|
add_executable(
|
||||||
|
NostalgiaStudio WIN32 MACOSX_BUNDLE
|
||||||
|
ns.rc
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
NostalgiaStudio
|
NostalgiaStudio
|
||||||
@ -11,7 +14,7 @@ target_link_libraries(
|
|||||||
|
|
||||||
target_compile_definitions(
|
target_compile_definitions(
|
||||||
NostalgiaStudio PUBLIC
|
NostalgiaStudio PUBLIC
|
||||||
OLYMPIC_APP_VERSION="d2025.02.1"
|
OLYMPIC_APP_VERSION="dev build"
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
|
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>d2025.02.1</string>
|
<string>dev build</string>
|
||||||
|
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>12.0.0</string>
|
<string>12.0.0</string>
|
||||||
|
1
src/nostalgia/studio/ns.rc
Normal file
1
src/nostalgia/studio/ns.rc
Normal file
@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "ns_logo.ico"
|
BIN
src/nostalgia/studio/ns_logo.ico
Normal file
BIN
src/nostalgia/studio/ns_logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
Reference in New Issue
Block a user