Skip to content

Commit 5e13aa8

Browse files
committed
Build Final Release & Rename Application
1 parent a7a84ff commit 5e13aa8

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

app.py renamed to fms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def generate(data):
6363
context[f'p{i}'] = RichText(data['parcours'][i][0], font='Arial', color=color,\
6464
size = 22 if len(data['parcours'][i][0])>11 else 24)
6565

66-
context[f'v{i}'] = RichText(data['parcours'][i][1], font='Arial', color=color, \
66+
context[f'v{i}'] = RichText(data[ 'parcours'][i][1], font='Arial', color=color, \
6767
size = 22 if len(data['parcours'][i][1])>34 else 24)
6868

6969

logo.ico

206 KB
Binary file not shown.

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function createWindow () {
121121
win.maximize()
122122

123123
// Manokatra DevTools.
124-
win.webContents.openDevTools()
124+
//win.webContents.openDevTools()
125125

126126
winP = win;
127127
}

src/img/gaetan.jpg

-12.2 KB
Loading

0 commit comments

Comments
 (0)