Skip to content

Commit f2ac45b

Browse files
committed
Remove Electron launch_options.json.
This file didnt get implemented, and was subsumed by InterSpec_app_settings.json anyway.
1 parent 7be9237 commit f2ac45b

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

target/electron/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ set( ELECTRON_SUPPORT_FILES
4747
app/loading.html
4848
README.md
4949
package.json
50-
app/launch_options.json
5150
)
5251

5352
add_custom_target( electron_resources SOURCES ${ELECTRON_SUPPORT_FILES} )
@@ -69,7 +68,6 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/LibInterSpec/InterSpec_resources/d3.v
6968
install( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../example_spectra DESTINATION ${PROJECT_BINARY_DIR}/app/ )
7069
install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/app/loading.html
7170
${CMAKE_CURRENT_SOURCE_DIR}/app/main.js
72-
${CMAKE_CURRENT_SOURCE_DIR}/app/launch_options.json
7371
DESTINATION ${PROJECT_BINARY_DIR}/app/
7472
)
7573

target/electron/app/launch_options.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)