1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-09-01 20:13:06 +00:00
fcast/receivers/electron/src/App.ts

4 lines
75 B
TypeScript
Raw Normal View History

2023-06-20 08:45:01 +02:00
import { app } from 'electron';
import Main from './Main';
Main.main(app);